7 lines
221 B
Text
7 lines
221 B
Text
# This can stop dotool typing guff if you are using a non-us keyboard layout.
|
|
Section "InputClass"
|
|
Identifier "dotool keyboard"
|
|
MatchDriver "libinput"
|
|
MatchProduct "dotool keyboard"
|
|
Option "XkbLayout" "us"
|
|
EndSection
|