From 0b039e382478afaee9ffb3d33ab2b269ccce580b Mon Sep 17 00:00:00 2001 From: ldebritto Date: Sun, 9 Feb 2025 21:40:06 -0300 Subject: [PATCH] Added TAB combo to the right hand --- config/cradio.keymap | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/cradio.keymap b/config/cradio.keymap index a39199b..f8d6f76 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -69,6 +69,12 @@ // Right hand sibblings for ENTER and BACKSPACE to make them more usable with NUM and from DEF + right_hand_tab { + bindings = <&kp TAB>; + key-positions = <6 8>; + require-prior-idle-ms = <200>; + }; + right_hand_enter { // Feels more natural to press ENTER with the right hand bindings = <&hrmr RA(LS(RGUI)) ENTER>; key-positions = <16 17 18>;