View Single Post
  #10  
Old 12-02-2006, 12:30 AM
BiPolar_Nut BiPolar_Nut is offline
Senior Member
 
Join Date: Aug 2006
Location: Slightly over the edge
Posts: 1,590
Default Re: Short cut to get the main pokerstars window

just enter this quoted part in a new text file and save it as PSLobby.ahk or whatever you want then double click the file from explorer or My computer or whatever. (I'm assuming you have ahk installed and didn't want a standalone executable from an unknown source (me)).

[ QUOTE ]
!^x::
WinActivate, ahk_class PokerStarsLobbyClass

[/ QUOTE ]

Ctrl-Alt-x will trigger it (not sure if this will cause a conflict w/ the ctrl-alt-x hotkey you already assigned to the desktop icon...you may want to disable that one or change the !^x to a !^c (ctrl-alt-c) or something.

worked here...lemme know if any problems
Reply With Quote