tweak udev rule

This commit is contained in:
John Gebbie 2023-01-29 21:12:48 +00:00
parent 04227e1d0e
commit 39e0e25299

View file

@ -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.
# 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"