Skip to content

Commit

Permalink
Allow arrows when using swapper
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Feb 19, 2025
1 parent f1f3bff commit cf955f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ZMK_TRI_STATE(

// Alt+Tab swapper, requires tri-state module.
ZMK_TRI_STATE(swapper, bindings = <&kt LALT>, <&kp TAB>, <&kt LALT>;
ignored-key-positions = <LT2>;)
ignored-key-positions = <LT2 RT2 RM1 RM2 RM3>;)

// Define mod-morph with a *single* mod trigger for less repetition.
#define SIMPLE_MORPH(NAME, MOD, BINDING1, BINDING2) \
Expand Down

0 comments on commit cf955f6

Please sign in to comment.