Skip to content

Instantly share code, notes, and snippets.

@lauri
Last active April 30, 2018 18:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lauri/84674ab22aafc4e0f398a52a53cfd7ec to your computer and use it in GitHub Desktop.
Save lauri/84674ab22aafc4e0f398a52a53cfd7ec to your computer and use it in GitHub Desktop.
Remap section sign key (§) to ESC (useful if you have a MacBook Pro with touch bar)
# 0x700000064 is the useless section sign key below ESC on Finnish keyboards
# 0x700000029 is ESC
hidutil property --set '{"UserKeyMapping": [{
"HIDKeyboardModifierMappingSrc":0x700000064,
"HIDKeyboardModifierMappingDst":0x700000029
}]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment