Created
February 7, 2024 11:00
-
-
Save a-voronov/7049bbde5c3c3446328da3e05b8ec49b to your computer and use it in GitHub Desktop.
remap Finnish keyboard to US layout
This file contains 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
sudo hidutil property --set '{ "UserKeyMapping": [ { "HIDKeyboardModifierMappingSrc": 0x700000064, "HIDKeyboardModifierMappingDst": 0x700000035 }, { "HIDKeyboardModifierMappingSrc": 0x700000035, "HIDKeyboardModifierMappingDst": 0x7000000E1 } ] }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
Remaps following keys:
Instructions
~/
chmod +x .remap
Note
macOS Sonoma starting 14.3 requires the command to be run as super user to take effect, hence
sudo
in the beginning