Created
June 20, 2020 06:13
-
-
Save evanslify/dd812611656d4262c0210608c649aa51 to your computer and use it in GitHub Desktop.
Disable power key on HHKB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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