Kaloian Posted March 21, 2010 Posted March 21, 2010 Hi all, i have some problems with the hotkeys,after a few uses of the hotkeys ( this is part of the code) HotKeySet("^a", "somefunct") HotKeySet("^s", "mainLoop") HotKeySet("^q", "closeProgram") the program is simulating the CTRL key is pressed (down) and i need to find how to fix this ( i need to be released after i use a hotkey) P.S. sorry for the bad english
martin Posted March 21, 2010 Posted March 21, 2010 Hi all, i have some problems with the hotkeys,after a few uses of the hotkeys ( this is part of the code) HotKeySet("^a", "somefunct") HotKeySet("^s", "mainLoop") HotKeySet("^q", "closeProgram") the program is simulating the CTRL key is pressed (down) and i need to find how to fix this ( i need to be released after i use a hotkey) P.S. sorry for the bad english Have a look at the FAQ, here. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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