Kanata: added printscreen binding

This commit is contained in:
Jurn Wubben 2025-07-31 20:00:08 +02:00
parent 2be2ca724a
commit eec4d6969b

View file

@ -7,19 +7,19 @@
# i know this config is aweful but it does the job. # i know this config is aweful but it does the job.
config = '' config = ''
(defsrc (defsrc
caps d w e b h j k l caps d w e b h j k l p
) )
(deflayer default (deflayer default
@cap _ _ _ _ _ _ _ _ @cap _ _ _ _ _ _ _ _ _
) )
(deflayer arrows (deflayer arrows
_ @tablayer @nextword @nextword @prevword left down up right _ @tablayer @nextword @nextword @prevword left down up right PrintScreen
) )
(deflayer tabs (deflayer tabs
_ _ _ _ _ @tableft _ _ @tabright _ _ _ _ _ @tableft _ _ @tabright _
) )