Skip to content

Instantly share code, notes, and snippets.

View kalcher's full-sized avatar

Sebastian Kalcher kalcher

View GitHub Profile
### Keybase proof
I hereby claim:
* I am kalcher on github.
* I am kalcher (https://keybase.io/kalcher) on keybase.
* I have a public key ASCFutgM_iqZ1ZivAvXHDwLp6eKOR-Xyz4cUhc0GEsFAZQo
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am kalcher on github.
* I am kalcher (https://keybase.io/kalcher) on keybase.
* I have a public key ASCFutgM_iqZ1ZivAvXHDwLp6eKOR-Xyz4cUhc0GEsFAZQo
To claim this, I am signing this object:
@kalcher
kalcher / SelectKeyboadShortcuts.scpt
Created August 6, 2011 22:26
Apple Script for selecting keyboard shortcuts in the system preferences.
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preference.keyboard"
reveal anchor "shortcutsTab" of current pane
get the name of every anchor of current pane
end tell
tell application "System Events"
tell application process "System Preferences"