Toggle to QWERTY with Win+Space
This commit is contained in:
parent
d24d43584b
commit
893f458a08
|
@ -6,8 +6,9 @@
|
|||
input 1386:21128:Wacom_HID_5288_Finger map_to_output eDP-1
|
||||
|
||||
# I use a Dvorak keyboard, like a weirdo
|
||||
input * xkb_layout "us"
|
||||
input * xkb_variant "dvorak"
|
||||
input * xkb_layout "us,us"
|
||||
input * xkb_variant "dvorak,"
|
||||
input * xkb_options "grp:win_space_toggle, caps:swapescape, compose:ralt"
|
||||
|
||||
# Key repeat values
|
||||
input * repeat_delay 300
|
||||
|
|
Loading…
Reference in New Issue