Phantomasss Posted June 15, 2008 Posted June 15, 2008 Hello, what return standard importances of the keys? Example: HotKeySet("ALL KEYS") - all keys on keyboard return. That not to write: HotKeySet("q") HotKeySet("w") HotKeySet("e") HotKeySet("r") Etc. all keys. Thanks.
Xenobiologist Posted June 15, 2008 Posted June 15, 2008 What for? Keylogger? Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
Phantomasss Posted June 15, 2008 Author Posted June 15, 2008 No.Example:HotKeySet("{F1}", "a") Func a() Send("AAA") EndFuncWhen pushing F1 Sending AAA & pressed caps lock ._.
Richard Robertson Posted June 15, 2008 Posted June 15, 2008 I'm taking a really wild guess here, but are you trying to un-hotkey all the previously hotkeyed keys at once?
Kyme Posted June 15, 2008 Posted June 15, 2008 (edited) No. Example: HotKeySet("{F1}", "a") Func a() Send("AAA") EndFunc When pushing F1 Sending AAA & pressed caps lock ._. USE HotKeySet("{F3}", "a") While 1 WEnd Func a() send("A") send("a") EndFunc If you write A then send A If you write a then send a.... Edited June 15, 2008 by Kyme
Richard Robertson Posted June 15, 2008 Posted June 15, 2008 So am I just not speaking the correct devolution of English?
Developers Jos Posted June 15, 2008 Developers Posted June 15, 2008 USE HotKeySet("{F3}", "a") While 1 WEnd Func a() send("A") send("a") EndFunc If you write A then send A If you write a then send a....Maybe you can explain this in more detail what this is supposed to do? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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