REF make layout more informative
This commit is contained in:
parent
0052223bd7
commit
15e016b0a6
27
etc/conf.org
27
etc/conf.org
|
@ -3196,16 +3196,23 @@ This controls the music player daemon (MPD) which in my case is modidy with seve
|
||||||
* keybindings
|
* keybindings
|
||||||
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
||||||
** setup
|
** setup
|
||||||
Most of my modifiers are reloacted using xkb and xcape. Below is a summary where each item is in the form <original key> -> <new key action> (<key release action if used>)
|
Most of my modifiers are reloacted using xkb and [[https://github.com/alols/xcape][xcape]].
|
||||||
- tab -> l_super (tab)
|
|
||||||
- backslash -> r_super (backslash)
|
The xkb layout can be found [[https://github.com/ndwarshuis/xkb-hypermode][here]].
|
||||||
- caps -> l_ctrl (escape)
|
|
||||||
- return -> r_ctrl (return)
|
Below is a summary of the remapped xcape keys.
|
||||||
- l_ctrl -> l_hyper
|
|
||||||
- l_super -> iso_l3_shift (xf86search)
|
| original key | new xkb keycode | xcape keycode/shifted | comment |
|
||||||
- space -> r_alt (space)
|
|---------------+------------------+-----------------------+----------------------|
|
||||||
- r_alt -> r_hyper
|
| Tab | Super_L | Tab/ISO_Left_Tab | |
|
||||||
- r_ctrl -> caps
|
| Backslash | Super_R | Backslash/Bar | |
|
||||||
|
| Capslock | Control_L | Escape | |
|
||||||
|
| Return | Control_R | Return | |
|
||||||
|
| Left Control | Hyper_L | | |
|
||||||
|
| Left Super | ISO_Level3_Shift | XF86Search | XF86Search for dmenu |
|
||||||
|
| Space | Alt_R | Space | |
|
||||||
|
| Right Alt | Hyper_R | | |
|
||||||
|
| Right Control | Caps_Lock | | |
|
||||||
** whichkey
|
** whichkey
|
||||||
Everyone forgets keybindings. When typing a key chord, this will display a window with all possible completions and their commands.
|
Everyone forgets keybindings. When typing a key chord, this will display a window with all possible completions and their commands.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue