Skip to content

Instantly share code, notes, and snippets.

@pilif
Created July 11, 2026 08:49
Show Gist options
  • Select an option

  • Save pilif/7feb86e0ce6a891f327a2d5bfa6bf5ef to your computer and use it in GitHub Desktop.

Select an option

Save pilif/7feb86e0ce6a891f327a2d5bfa6bf5ef to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>local.pilif.KeyRemapping</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/hidutil</string>
<string>property</string>
<string>--set</string>
<string>{"UserKeyMapping":[
{
"HIDKeyboardModifierMappingSrc": 0xFF00000003,
"HIDKeyboardModifierMappingDst": 0x7000000E0
},
{
"HIDKeyboardModifierMappingSrc": 0x700000065,
"HIDKeyboardModifierMappingDst": 0xFF00000003
}
]}</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment