mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39:32 -08:00
fix: fixed tab being too touchy
This commit is contained in:
parent
6f252e9638
commit
b420e9b6dc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
(defalias
|
||||
cc (tap-next esc lmet) ;; tap for escape, combine with another key for meta
|
||||
tbsmod (tap-hold 100 tab (around-next (layer-toggle tableader))) ;; tap tab and it sends tab, hold tab and it switches layers while the button is pressed
|
||||
tbsmod (tap-hold 150 tab (around-next (layer-toggle tableader))) ;; tap tab and it sends tab, hold tab and it switches layers while the button is pressed
|
||||
|
||||
;;tmnl ret;; do nothing because terminals require environmental variables sad (cmd-button "wezterm") ;; run the terminal
|
||||
tpd (around lsft f13) ;; toggle touchpad
|
||||
|
|
Loading…
Reference in a new issue