Last active
January 26, 2018 21:08
-
-
Save rickybrent/82bf6bd4f809a155460b39ca381cb5fd to your computer and use it in GitHub Desktop.
Remap the assistant key on a chromebook with evdevremapkeys. This will unfortunately also remap it in Chrome OS.
This file contains 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
devices: | |
- input_name: 'AT Translated Set 2 keyboard' | |
input_phys: 'isa0060/serio0/input0' | |
output_name: 'AT Translated Set 2 keyboard' | |
remappings: | |
KEY_ASSISTANT: | |
- KEY_COMPOSE | |
KEY_CONTROLPANEL: | |
- KEY_KPDOT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment