ofLight 1 Posted August 2, 2007 Is it possible to Unregister a previously called HotKeySet command without having to stop your script?? There is always a butthead in the crowd, no matter how hard one tries to keep them out.......Volly Share this post Link to post Share on other sites
bluebearr 1 Posted August 2, 2007 (edited) Function Reference HotKeySet -------------------------------------------------------------------------------- Sets a hotkey that calls a user function. HotKeySet ( "key" [, "function"] ) Parameters key The key combination to use as the hotkey. Same format as Send(). function [optional] The name of the function to call when the key is pressed. Leave blank to unset a previous hotkey. Edited August 2, 2007 by bluebearr BlueBearrOddly enough, this is what I do for fun. Share this post Link to post Share on other sites
ofLight 1 Posted August 2, 2007 Thanks Bluebearr There is always a butthead in the crowd, no matter how hard one tries to keep them out.......Volly Share this post Link to post Share on other sites