Changed Raycast activation on Caps Lock from Meta+Space to Control+Space. Just makes more sense since I don't use my pinkies/Meta often on Windows/Linux already.

This commit is contained in:
lulusilly 2026-06-03 17:34:04 -04:00
parent 97a0b1d0b4
commit f8ebf67e5f
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@
meh (multi lsft lctl lalt)
vilayer (layer-while-held vim)
navlayer (layer-while-held nav)
esc (tap-hold $tap-time $hold-time (tap-dance 200 ((multi lmet spc) @meh caps)) @navlayer)
esc (tap-hold $tap-time $hold-time (tap-dance 200 ((multi lctl spc) @meh caps)) @navlayer)
caps @esc
tab (tap-hold $tap-time $hold-time tab @vilayer)
ret (tap-hold $tap-time $hold-time ret @navlayer)