added gaming mode to keyboard layout

This commit is contained in:
ivarfatland
2025-02-22 10:11:14 +01:00
parent cd74798895
commit a57eb7e668
+12 -1
View File
@@ -17,7 +17,15 @@
tab q w e r t y u i o p [ ] \ tab q w e r t y u i o p [ ] \
@cap a s d f g h j k l ; ' ret @cap a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft lsft z x c v b n m , . / rsft
lctl lmet lalt @shsp ralt rmet rctl lctl lmet lalt @shsp @gmng rmet rctl
)
(deflayer gaming ;;{{{1
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ] \
caps a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
lctl lmet lalt spc @dflt rmet rctl
) )
(deflayer symbols ;;{{{1 (deflayer symbols ;;{{{1
@@ -29,6 +37,9 @@
) )
(defalias ;;{{{1 (defalias ;;{{{1
gmng (layer-switch gaming)
dflt (layer-switch default)
cap (tap-hold-press 0 200 esc lctl) cap (tap-hold-press 0 200 esc lctl)
lasp (tap-hold-press 0 200 spc (layer-while-held symbols)) lasp (tap-hold-press 0 200 spc (layer-while-held symbols))
shsp (tap-hold-press 0 200 spc lsft) shsp (tap-hold-press 0 200 spc lsft)