aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parente6c6ce7ab7797bf132638d1dd7172a754461f799 (diff)
keymap: Move Compose(5) key from R3C0 to R3C8.
Diffstat (limited to 'src')
-rw-r--r--src/colormap.map4
-rw-r--r--src/keymap.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/colormap.map b/src/colormap.map
index 2ba99d4..7387a80 100644
--- a/src/colormap.map
+++ b/src/colormap.map
@@ -7,12 +7,12 @@
0 0 0 0 0 0 0 1
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 5
-8 0 0 0 0 0 3 0
+0 0 0 0 0 0 3 0
2 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
-0 6 0 0 0 0 0 0
+8 6 0 0 0 0 0 0
# Nav
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)
)