Skip to content

Instantly share code, notes, and snippets.

@evanslify
Created June 20, 2020 06:13
Show Gist options
  • Save evanslify/dd812611656d4262c0210608c649aa51 to your computer and use it in GitHub Desktop.
Save evanslify/dd812611656d4262c0210608c649aa51 to your computer and use it in GitHub Desktop.
Disable power key on HHKB
# /etc/udev/rules.d/99-hhkb-power.rules
# after writing this file, run:
# systemctl restart systemd-udevd.service
# udevadm trigger
# systemctl restart systemd-logind.service
ACTION=="remove", GOTO="hhkb_power_end"
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="Topre Corporation HHKB Professional", TAG-="power-switch"
LABEL="hhkb_power_end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment