Skip to content

Instantly share code, notes, and snippets.

@bjeanes
Created January 21, 2010 21:51
Show Gist options
  • Select an option

  • Save bjeanes/283238 to your computer and use it in GitHub Desktop.

Select an option

Save bjeanes/283238 to your computer and use it in GitHub Desktop.
function qwerty
ln -fs ~/Library/Application\ Support/SIMBL/Plugins/Telefrag.bundle/Contents/Resources/Colemak_QWERTY.plist Keymap.plist
telefrag
end
function telefrag
osascript -e 'tell app "teleportd" to inject SIMBL into Snow Leopard' ^/dev/null >/dev/null
end
function dvorak
ln -fs ~/Library/Application\ Support/SIMBL/Plugins/Telefrag.bundle/Contents/Resources/Colemak_Dvorak.plist Keymap.plist
telefrag
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment