Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabriciovergara/70a53ece6e6eda150b21760235ff2bcb to your computer and use it in GitHub Desktop.
Save fabriciovergara/70a53ece6e6eda150b21760235ff2bcb to your computer and use it in GitHub Desktop.
Fix for Macbook Swedish Keyboard to US
# bashrc, profile or zshrc
echo "Replacing § key by ` and ~"
hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000035}]}' > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment