dotfiles/general/kmonad/swap-esc-caps.kbd

15 lines
274 B
Plaintext

(defcfg
input (device-file "/dev/input/event4")
fallthrough true)
(defsrc
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 ptsc del
)
(deflayer main
(switchesc capslock escape)
(switchcaps escape capslock))
(defoutput uinput-sink)