Skip to content

Instantly share code, notes, and snippets.

@rickybrent
Last active January 26, 2018 21:08
Show Gist options
  • Save rickybrent/82bf6bd4f809a155460b39ca381cb5fd to your computer and use it in GitHub Desktop.
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.
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