dotool/80-dotool.rules

7 lines
397 B
Text
Raw Normal View History

2022-10-24 11:29:35 +02:00
# This allows users in group input to use dotool without root permissions.
KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
2023-01-09 14:21:27 +01:00
2023-01-29 22:26:39 +01:00
# This can stop dotool typing guff if you are using a non-us keyboard layout,
# but it only seems to affect X and 50-dotool.conf achieves that better.
2023-01-29 22:12:48 +01:00
SUBSYSTEM=="input", ACTION=="add|change", ATTRS{name}=="dotool keyboard", ENV{XKBLAYOUT}="us"