aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.h
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-06-28 04:04:23 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-06-28 04:04:23 +0200
commit91b0a5e106e44035de9253a969e2409baf76214a (patch)
tree6f39a0c09783ff63aa28fb1227e69a38407dac59 /src/keymap.h
parente6c6ce7ab7797bf132638d1dd7172a754461f799 (diff)
keymap: Move Compose(5) key from R3C0 to R3C8.
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keymap.h b/src/keymap.h
index 80f4330..222dbd0 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_LeftGui, Key_Slash, Key_Q, Key_J, Key_K, Key_X, TD(COLON)
+ , ___, Key_Slash, Key_Q, Key_J, Key_K, Key_X, TD(COLON)
, OSM(LeftControl), Key_Backspace, OSM(LeftShift), Key_Escape
, OSL(NAV)
@@ -50,7 +50,7 @@ KEYMAPS(
, Key_D, Key_H, Key_T, Key_N, Key_S, Key_Minus
, Key_Equals, Key_B, Key_M, Key_W, Key_V, Key_Z, ___
- , ___, Key_Enter, Key_Spacebar, OSM(RightAlt)
+ , Key_LeftGui, Key_Enter, Key_Spacebar, OSM(RightAlt)
, OSL(NUM)
)