Skip to content

Instantly share code, notes, and snippets.

@rickybrent
Created January 25, 2018 07:35
Show Gist options
  • Save rickybrent/6cf7fdc5d4b485b0dcc32840bab50c38 to your computer and use it in GitHub Desktop.
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
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