Kanata: added printscreen binding
This commit is contained in:
parent
2be2ca724a
commit
eec4d6969b
1 changed files with 4 additions and 4 deletions
|
|
@ -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 _
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue