Created
January 25, 2018 07:35
-
-
Save rickybrent/6cf7fdc5d4b485b0dcc32840bab50c38 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. Run "evdevremapkeys -f chromebook.yaml" before
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: remap-pixelbook-kbd | |
remappings: | |
KEY_ASSISTANT: | |
- KEY_COMPOSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment