|
|
|
|
|
by mattengi
4562 days ago
|
|
In linux, if you want to make Capslock as both ESC and Ctrl, $ setxkboption -option -option 'ctrl:nocaps'
$ xcape
https://github.com/alols/xcapeWhat is good for? - Happy with vim
- Happy with emacs like - readline - keybinding. C-a, C-e, C-u, C-k, C-d, C-h, C-w, C-p, C-n, C-y ...
- Ctrl key is most used in any gui application.
You can abandon both bottomleft Ctrl and topleft Esc. |
|