Skip to content

Instantly share code, notes, and snippets.

@yoavweiss
Created October 7, 2018 20:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoavweiss/0c2e5b4cc504746a5f79d9d02bef8062 to your computer and use it in GitHub Desktop.
Save yoavweiss/0c2e5b4cc504746a5f79d9d02bef8062 to your computer and use it in GitHub Desktop.
Remap § to Esc and Esc to F24
#!/bin/bash
hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000029}, {"HIDKeyboardModifierMappingSrc":0x700000029,"HIDKeyboardModifierMappingDst":0x700000073}]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment