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
----- | |
| | | |
| | | |
----- | |
| | | |
| | ): | |
----- | |
| | | |
| | | |
----- |
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
#!/usr/bin/osascript | |
# keyflip.sh | |
# a quick applescript to toggle doublecommand alt/option swapping when using/not using a external MS | |
# keyboard | |
tell application "System Preferences" | |
activate | |
set current pane to pane "DoubleCommand" | |
end tell |