Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defcfg
- ;;input (device-file "/dev/input/by-path/platform-i8042-serio-0-event-kbd")
- input (device-file "/dev/input/by-id/usb-Telink_Trust_Deskset-if01-event-kbd")
- output
- (uinput-sink "My KMonad output")
- cmp-seq ralt ;; Set the compose key to `RightAlt'
- cmp-seq-delay 5 ;; 5ms delay between each compose-key sequence press
- ;; Comment this if you want unhandled events not to be emitted
- fallthrough true
- ;; Set this to false to disable any command-execution in KMonad
- allow-cmd false
- )
- (defsrc
- 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 ralt rmet cmp rctl
- )
- (defalias
- ;;cesc (tap-next-release esc lctl)
- cesc (tap-hold-next-release 140 esc (tap-next f lctl))
- )
- (deflayer cesc
- _ _ _ _ _ _ _ _ _ _ _ _ _ _
- _ _ _ _ _ _ _ _ _ _ _ _ _ _
- @cesc _ _ _ _ _ _ _ _ _ _ _ _
- _ _ _ _ _ _ _ _ _ _ _ _
- _ _ _ _ _ _ _ _
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement