mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-08 01:04:21 +02:00
input: also turn the menu key into compose
This commit is contained in:
parent
8476535739
commit
dc5c2f1ee4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# Default configuration with:
|
||||
# - compose → rwin
|
||||
# - compose → rwin or menu
|
||||
# - capslock as ctrl
|
||||
# - us+fr and switch with rctrl+rshift
|
||||
# - pause key becomes xscreensaver
|
||||
|
@ -9,6 +9,6 @@ xkb_keymap {
|
|||
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
||||
xkb_types { include "complete" };
|
||||
xkb_compat { include "complete" };
|
||||
xkb_symbols { include "pc+us+fr:2+inet(evdev)+compose(rwin)+ctrl(nocaps)+group(rctrl_rshift_toggle)+vbe(pause)" };
|
||||
xkb_symbols { include "pc+us+fr:2+inet(evdev)+compose(rwin)+compose(menu)+ctrl(nocaps)+group(rctrl_rshift_toggle)+vbe(pause)" };
|
||||
xkb_geometry { include "pc(pc105)" };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue