Skip to content

Instantly share code, notes, and snippets.

@thepeopleseason
Last active August 29, 2015 13:56
Show Gist options
  • Save thepeopleseason/8948715 to your computer and use it in GitHub Desktop.
Save thepeopleseason/8948715 to your computer and use it in GitHub Desktop.
How to remap the capslock key for a USB keyboard on Chrome OS
Go to chrome://settings/keyboard-overlay
Highlight "Alt" in the Keyboard Settings dialog.
Right-click and choose "Inspect Element."
In the Developer Tools source pane, search for '<tr id="caps-lock-remapping-section" hidden>' (should be a few lines down).
Right-click on "hidden" and choose "Edit Attribute."
Delete the hidden attribute and hit Enter.
In the Keyboard Settings dialog, remap the newly-appearing "Caps Lock" entry as you choose.
Hit "OK"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment