| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
streamcontroller official plugin to do OS Related actions
Hotkeys and write text actions require you are in the input group and you have the following udev rule
sudo sh -c "echo 'KERNEL==\"uinput\", SUBSYSTEM==\"misc\", OPTIONS+=\"static_node=uinput\", TAG+=\"uaccess\", GROUP=\"input\", MODE=\"0660\"' > /etc/udev/rules.d/99-streamdeck-osplugin.rules"
sudo groupadd inputsudo usermod -aG input $USERIf the hotkey and write text actions don't do anything (or their config shows "Missing permission") even though you followed the steps above:
ls -l /dev/uinputgrep -rl uinput /etc/udev/rules.d /usr/lib/udev/rules.dsudo udevadm control --reload-rules && sudo udevadm trigger| Back | FazBrowse Home | New Git URL |