tweak udev rule
This commit is contained in:
parent
04227e1d0e
commit
39e0e25299
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
|
||||||
|
|
||||||
# This can stop dotool typing guff if you are using a non-us keyboard layout.
|
# This can stop dotool typing guff if you are using a non-us keyboard layout.
|
||||||
# It only seems to affect X11.
|
# It only seems to affect X11.
|
||||||
ACTION=="add", ATTRS{name}=="dotool keyboard", ENV{XKBLAYOUT}="us"
|
SUBSYSTEM=="input", ACTION=="add|change", ATTRS{name}=="dotool keyboard", ENV{XKBLAYOUT}="us"
|
||||||
|
|
Loading…
Reference in a new issue