Skip to content

Instantly share code, notes, and snippets.

@jeromatron
Created October 20, 2020 06:13
Show Gist options
  • Save jeromatron/845078c23a30ead64567b94584750d64 to your computer and use it in GitHub Desktop.
Save jeromatron/845078c23a30ead64567b94584750d64 to your computer and use it in GitHub Desktop.
Remap caps lock to F1 on the Mac for Alfred
# Remapping caps lock to F1 for use with Alfred
# See https://developer.apple.com/library/archive/technotes/tn2450/_index.html
hidutil property --set '{"UserKeyMapping":
[{"HIDKeyboardModifierMappingSrc":0x700000039,
"HIDKeyboardModifierMappingDst":0x70000003A}]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment