Skip to content

Instantly share code, notes, and snippets.

@jmcconne
Created October 19, 2025 03:58
Show Gist options
  • Select an option

  • Save jmcconne/53f8fb0ae915fc60be333a563fa1b3a7 to your computer and use it in GitHub Desktop.

Select an option

Save jmcconne/53f8fb0ae915fc60be333a563fa1b3a7 to your computer and use it in GitHub Desktop.
# 0x700000039 = Caps Lock
# 0x700000029 = Escape
hidutil property --set '{
"UserKeyMapping": [
{
"HIDKeyboardModifierMappingSrc": 0x700000039,
"HIDKeyboardModifierMappingDst": 0x700000029
},
{
"HIDKeyboardModifierMappingSrc": 0x700000029,
"HIDKeyboardModifierMappingDst": 0x700000039
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment