undoing a mess
This commit is contained in:
commit
2ce841a440
9 changed files with 41 additions and 113 deletions
|
@ -1,36 +0,0 @@
|
|||
(defcfg
|
||||
linux-use-trackpoint-property yes
|
||||
;;linux-output-device-bus-type USB
|
||||
process-unmapped-keys yes
|
||||
linux-continue-if-no-devs-found yes
|
||||
)
|
||||
|
||||
;; Only one defsrc is allowed.
|
||||
;;
|
||||
;; defsrc defines the keys that will be intercepted by kanata. The order of the
|
||||
;; keys matches with deflayer declarations and all deflayer declarations must
|
||||
;; have the same number of keys as defsrc. Any keys not listed in defsrc will
|
||||
;; be passed straight to the operating system.
|
||||
(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
|
||||
)
|
||||
|
||||
;; The first layer defined is the layer that will be active by default when
|
||||
;; kanata starts up. This layer is the standard QWERTY layout except for the
|
||||
;; backtick/grave key (@grl) which is an alias for a tap-hold key.
|
||||
(deflayer qwerty
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
tab q w e r t y u i o p [ ] \
|
||||
@ctrlesc a s d f g h j k l ; ' ret
|
||||
lsft z x c v b n m , . / rsft
|
||||
lctl lalt lmet spc rmet ralt
|
||||
)
|
||||
|
||||
(defalias
|
||||
;; tap for escape, hold for lctl
|
||||
ctrlesc (tap-hold 200 200 esc lctl)
|
||||
)
|
|
@ -9,19 +9,16 @@
|
|||
tab q w e r t y u i o p [ ] bspc
|
||||
caps a s d f g h j k l ; ' ret
|
||||
lsft z x c v b n m , . / rsft
|
||||
lctl nlck lmet lalt spc ralt rmet
|
||||
)
|
||||
lctl nlck lmet lalt spc ralt rmet)
|
||||
|
||||
(defalias
|
||||
ctrlesc (tap-hold-next-release 200 esc lctrl)
|
||||
sp-lsft (tap-hold-next-release 200 \( lsft)
|
||||
sp-rsft (tap-hold-next-release 200 \) lsft)
|
||||
hypr C-A-M-S)
|
||||
sp-rsft (tap-hold-next-release 200 \) lsft))
|
||||
|
||||
(deflayer qwerty
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = \ del
|
||||
tab q w e r t y u i o p [ ] bspc
|
||||
@ctrlesc a s d f g h j k l ; ' ret
|
||||
@sp-lsft z x c v b n m , . / @sp-rsft
|
||||
lctl lctl lalt lmet spc rmet ralt
|
||||
)
|
||||
lctl lctl lalt lmet spc rmet ralt)
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
(defcfg
|
||||
input (device-file "/dev/input/by-id/usb-Keebio_Quefrency_Rev._5-event-kbd")
|
||||
output (uinput-sink "kmonad-quefrency")
|
||||
fallthrough true
|
||||
)
|
||||
|
||||
(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 nlck lmet lalt spc ralt rmet slck
|
||||
)
|
||||
|
||||
(defalias
|
||||
ctrlesc (tap-hold-next-release 200 esc lctrl)
|
||||
sp-lsft (tap-hold-next-release 200 \( lsft)
|
||||
sp-rsft (tap-hold-next-release 200 \) lsft)
|
||||
hypr C-A-M-S)
|
||||
|
||||
(deflayer qwerty
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
tab q w e r t y u i o p [ ] \
|
||||
@ctrlesc a s d f g h j k l ; ' ret
|
||||
@sp-lsft z x c v b n m , . / @sp-rsft
|
||||
@hypr lctl lalt lmet spc rmet ralt @hypr
|
||||
)
|
||||
|
|
@ -1,16 +1,14 @@
|
|||
(defcfg
|
||||
input (device-file "/dev/input/by-id/usb-Razer_Razer_Blade-if01-event-kbd")
|
||||
output (uinput-sink "kmonad-razer")
|
||||
fallthrough true
|
||||
)
|
||||
fallthrough true)
|
||||
|
||||
(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
|
||||
)
|
||||
lctl lmet lalt spc ralt rmet)
|
||||
|
||||
(defalias
|
||||
ctrlesc (tap-hold-next-release 200 esc lctrl)
|
||||
|
@ -20,7 +18,6 @@
|
|||
(deflayer qwerty
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
tab q w e r t y u i o p [ ] \
|
||||
@ctrlesc a s d f g h j k l ; ' ret
|
||||
@supesc a s d f g h j k l ; ' ret
|
||||
@sp-lsft z x c v b n m , . / @sp-rsft
|
||||
lmet lalt lctrl spc rctrl ralt
|
||||
)
|
||||
lmet lalt lctrl spc rctrl ralt)
|
||||
|
|
|
@ -5,21 +5,22 @@
|
|||
|
||||
(defsrc
|
||||
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 ins del
|
||||
f13 grv 1 2 3 4 5 6 7 8 9 0 - = bspc KeyHome
|
||||
f14 tab q w e r t y u i o p [ ] \ KeyEnd
|
||||
f13 grv 1 2 3 4 5 6 7 8 9 0 - = bspc home
|
||||
f14 tab q w e r t y u i o p [ ] \ end
|
||||
f15 caps a s d f g h j k l ; ' ret pgup
|
||||
f16 lsft z x c v b n m , . / rsft pgdn
|
||||
f17 lctl slck lmet lalt spc ralt rmet rctrl)
|
||||
|
||||
(defalias
|
||||
<<<<<<< HEAD:dotfiles/dot_config/kmonad/snap.kbd
|
||||
supesc (tap-hold-next-release 200 esc lmet)
|
||||
sp-lsft (tap-hold-next-release 200 \( lsft)
|
||||
sp-rsft (tap-hold-next-release 200 \) lsft))
|
||||
|
||||
(deflayer qwerty
|
||||
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 ins del
|
||||
f13 grv 1 2 3 4 5 6 7 8 9 0 - = bspc KeyHome
|
||||
f14 tab q w e r t y u i o p [ ] \ KeyEnd
|
||||
f13 grv 1 2 3 4 5 6 7 8 9 0 - = bspc home
|
||||
f14 tab q w e r t y u i o p [ ] \ end
|
||||
f15 @supesc a s d f g h j k l ; ' ret pgup
|
||||
f16 @sp-lsft z x c v b n m , . / @sp-rsft pgdn
|
||||
f17 lctrl lmet lalt lctrl spc rctrl ralt rmet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue