Disable Quicksilver hotkey when in certain programs

98 views
Skip to first unread message

Mitch Dempsey

unread,
Jun 1, 2010, 9:29:03 PM6/1/10
to Blacktree: Quicksilver
Hi,

Recently, Steam was released on the Mac, and I have been playing it
alot. But I have noticed that I need to quit quicksilver before
playing. Otherwise, My CTRL+SPACE keybind will be hooked when i
croutch/jump in Half life, and it will lock the screen and just force
me to move forward until it goes away.

Is there anyway to detect if a certain app is running in the
foreground, and then basically disable the quicksilver hotkey?

Jon Stovell (a.k.a. Sesquipedalian)

unread,
Jun 3, 2010, 11:58:56 PM6/3/10
to Blacktree: Quicksilver
I'm surprised. Usually games make sure to take over all user input
entirely. That HalfLife is letting some fall through is odd.

Anyway, QS itself does not provide a means to do this. But you could
just paste the following two lines into AppleScript Editor, save the
script somewhere that QS will find it (~/Library/Scripts is a good
choice), and then run it via QS as the way you launch Steam.

tell application "Steam" to activate
tell application "Quicksilver" to quit

You'll have to restart Quicksilver when you are done playing.
Reply all
Reply to author
Forward
0 new messages