diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-06-26 18:09:33 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-06-27 03:17:30 +0200 |
commit | cfc91f61ad120c5a9de658af1c16f092954dfd11 (patch) | |
tree | c2e6266e05fdbe2f225333c472a78620f40564e9 | |
parent | caf4378700b255998ef269a067187f918407785c (diff) |
Keymap: map R3C0 to Key_LeftGui (aka the window key).
Run `setxkbmap -option compose:lwin` to use it as Compose(5) key.
-rw-r--r-- | src/keymap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.h b/src/keymap.h index 447a4a4..a15f725 100644 --- a/src/keymap.h +++ b/src/keymap.h @@ -40,7 +40,7 @@ KEYMAPS( ___, M(LEFT_BRACKET), M(AT), M(STAR), M(DOLLAR), M(CARET), ___ , Key_Backtick, Key_Quote, Key_Comma, Key_Period, Key_P, Key_Y, TD(LPB) , Key_Tab, Key_A, Key_O, Key_E, Key_U, Key_I - , Key_Menu, Key_Slash, Key_Q, Key_J, Key_K, Key_X, TD(COLON) + , Key_LeftGui, Key_Slash, Key_Q, Key_J, Key_K, Key_X, TD(COLON) , OSM(LeftControl), Key_Backspace, OSM(LeftShift), Key_Escape , OSL(NAV) |