Skip to content

Instantly share code, notes, and snippets.

-----
| |
| |
-----
| |
| | ):
-----
| |
| |
-----
@milemeter
milemeter / keyflip.sh
Created January 24, 2011 20:52
a quick applescript to toggle doublecommand alt/option swapping when using/not using a external MS keyboard
#!/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