ofLight Posted August 2, 2007 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
bluebearr Posted August 2, 2007 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.
ofLight Posted August 2, 2007 Author 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now