Skip to content

Instantly share code, notes, and snippets.

@rednebmas
Created November 5, 2017 05:10
Show Gist options
  • Select an option

  • Save rednebmas/27486e3686a5c0a7435e95b60a98b834 to your computer and use it in GitHub Desktop.

Select an option

Save rednebmas/27486e3686a5c0a7435e95b60a98b834 to your computer and use it in GitHub Desktop.
##
## this method of keyremapping was found: https://apple.stackexchange.com/a/283253/28701
## all key keycodes: https://developer.apple.com/library/content/technotes/tn2450/_index.html
##
# remap right option to forward delete
hidutil property --set '{"UserKeyMapping":
[{"HIDKeyboardModifierMappingSrc":0x7000000e6,
"HIDKeyboardModifierMappingDst":0x70000004c}]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment