Created
April 27, 2022 11:31
-
-
Save fabriciovergara/70a53ece6e6eda150b21760235ff2bcb to your computer and use it in GitHub Desktop.
Fix for Macbook Swedish Keyboard to US
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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