You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't have time to make a PR, but to avoid the error from issue title, I'd propose adding a /etc/udev/rules.d/10-evdevremapkeys.rules file to examples with the following content:
# uncomment in case of:
# evdev.uinput.UInputError: "/dev/uinput" cannot be opened for writing
# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827240
#KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess", GROUP="input", MODE="0660"
(shall solve issues on Debian and ArchLinux)
The text was updated successfully, but these errors were encountered:
Don't have time to make a PR, but to avoid the error from issue title, I'd propose adding a
/etc/udev/rules.d/10-evdevremapkeys.rules
file to examples with the following content:(shall solve issues on Debian and ArchLinux)
The text was updated successfully, but these errors were encountered: