… of many things …

… of many things … header image 4

Entries Tagged as 'Mac'

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

MacOS X… · home · end · page up · page down ·

November 8th, 2006 · No Comments

I stole this from Think Again!
I am reposting it here because you never know when someone's blog may disappear...
Fortunately, it is quite easy to fix and I have two solutions for you:
1. Download and install a DoubleCommand. It fixes the home/end problem.
2. Change the key bindings in Mac OS X. Add the following code to [...]

[Read more →]

Tags: Mac