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 Feb 9, 2024
1 parent 57cef34 commit bd7a64d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 387 deletions.
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
159 changes: 2 additions & 157 deletions keymap-drawer/corneish_zen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 4 additions & 44 deletions keymap-drawer/corneish_zen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ layers:
- Z
- X
- C
- {t: D, h: MSE}
- D
- V
- J
- H
Expand Down Expand Up @@ -61,7 +61,7 @@ layers:
- ''
- W
- M
- {t: G, h: MSE}
- G
- ''
- ''
- D
Expand Down Expand Up @@ -170,8 +170,8 @@ layers:
-
- End
- ''
- Win Prev
- Win Next
- ''
- '&alt_tabber'
- Paste
-
- ''
Expand Down Expand Up @@ -222,43 +222,6 @@ layers:
- {type: held}
- Boot
- ''
MSE:
- ''
- ''
- ''
- ''
- ''
- MW←
- MW↓
- M↑
- MW↑
- MW→
- Ctrl
- Gui
- Alt
- Shift
- ''
- ''
- M←
- M↓
- M→
- ''
- ''
- ''
- ''
- {type: held}
- ''
- ''
- Back Click
- Middle Click
- Forward Click
- ''
- ''
- ''
- ''
- Left Click
- Right Click
- ''
combos:
- p: [2, 3]
k: J
Expand Down Expand Up @@ -327,6 +290,3 @@ combos:
k: BT CLR
l: [FUN]
a: bottom
- p: [31, 32]
k: MSE
l: [DEF, BRD]
7 changes: 1 addition & 6 deletions keymap-drawer/hypergolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions keymap-drawer/hypergolic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ layers:
-
- End
- ''
- Win Prev
- Win Next
- ''
- '&alt_tabber'
- Paste
-
- ''
Expand Down
Loading

0 comments on commit bd7a64d

Please sign in to comment.