Kanata: Changed Meh definition to actually be the Meh shortcut

This commit is contained in:
lulusilly 2025-09-06 15:36:27 -04:00
parent f9b130342a
commit a19f8cbe34

View file

@ -74,8 +74,8 @@
Meh key when V or N are held down to allow for either hand to
use meh key for Raycast shortcuts.
|#
v (tap-hold $tap-time $hold-time v (multi lsft lalt lmet))
n (tap-hold $tap-time $hold-time n (multi lsft lalt lmet))
v (tap-hold $tap-time $hold-time v (multi lsft lalt lctl))
n (tap-hold $tap-time $hold-time n (multi lsft lalt lctl))
;; Holding Spacebar activates symbol layer
symbols (layer-while-held symbol)
spc (tap-hold $tap-time $hold-time spc @symbols)