Skip to content

Commit

Permalink
Added TAB combo to the right hand
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Feb 10, 2025
1 parent c6b6a2b commit 0b039e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 0b039e3

Please sign in to comment.