Skip to content

Commit

Permalink
Wait until key release to start alt-tab timer
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 27, 2024
1 parent 1057192 commit 50afb03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/3x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@
tap-ms = <10>;
bindings = <&macro_press &kp LALT> // leave ALT down to keep menu up
, <&macro_tap &kp TAB> // open the menu
, <&macro_tap &sk_at RALT> // this will release ALT after a timeout
, <&macro_pause_for_release> // wait until key release
, <&macro_tap &sk_at RALT> // start timer to release ALT after timeout
, <&macro_release &kp LALT>; // now release the initial hold
)
};
Expand Down

0 comments on commit 50afb03

Please sign in to comment.