… of many things …

… of many things … header image 4

Entries from June 2008

Fast User Switching via Keyboard

June 22nd, 2008 · No Comments

I copied the following Bash script from MacScripter and combined it with TextExpander's ability to execute Apple Script in order to give me the ability to switch to the Login screen via a keyboard shortcut (I mapped it to 'ffus').
PLAIN TEXT
BASH:

#!/bin/sh

# Fast User Switching from the command line

# I saved mine as /usr/local/bin/fus

 

CGSession='/System/Library/CoreServices/Menu Extras/User.menu/Contents/Resources/CGSession'

 

case "$#" [...]

[Read more →]

Tags: Mac