Skip to content

Instantly share code, notes, and snippets.

@dargmuesli
Last active March 5, 2021 11:08
Show Gist options
  • Save dargmuesli/0ec8a6e6163e7c4e051b27041ce61b5a to your computer and use it in GitHub Desktop.
Save dargmuesli/0ec8a6e6163e7c4e051b27041ce61b5a to your computer and use it in GitHub Desktop.
Replace a keebinding for a Doosl wireless presenter on Linux.
#!/bin/bash
# Use evtest on last "Genius Wireless Mouse" device.
cat >"/etc/udev/hwdb.d/90-custom-presenter.hwdb" <<EOL
evdev:input:b0003v0458p0189*
KEYBOARD_KEY_70051=space
KEYBOARD_KEY_70052=p
EOL
sudo systemd-hwdb update
sudo udevadm trigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment