input: moved Code V3 keyboard capslock normalization to it's own config
This commit is contained in:
parent
4f351c1f81
commit
00519ea83d
|
@ -0,0 +1,6 @@
|
|||
# Exclude CODEv3 keyboard from CapsLock swap
|
||||
# (this is done in keyboard hardware)
|
||||
input "3141:30354:SONiX_USB_Keyboard" {
|
||||
# Returns CapsLock to default behavior
|
||||
xkb_options caps:capslock
|
||||
}
|
|
@ -21,10 +21,3 @@ input type:touchpad {
|
|||
# Tap-to-click
|
||||
click_method none
|
||||
}
|
||||
|
||||
# Exclude CODEv3 keyboard from CapsLock swap
|
||||
# (this is done in keyboard hardware)
|
||||
input "3141:30354:SONiX_USB_Keyboard" {
|
||||
# Returns CapsLock to default behavior
|
||||
xkb_options caps:capslock
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../available/input/codev3-normal-capslock.conf
|
Loading…
Reference in New Issue