AdemSezgin Posted October 26, 2014 Posted October 26, 2014 Hi Autoit members, i have problem with autoit hotkeyset run function if i click A and B keys --- i want this HotKeySet("AB","_run") , not working HotKeySet("A+B","_run") , not working HotKeySet("{AB}","_run") , not working HotKeySet("{A}{B}","_run") , not working can you help me please? i m sorry for my bad english
JohnOne Posted October 26, 2014 Posted October 26, 2014 (edited) Because it's HotkeySet, not HotkeysSet. That means 1 key besides modifiers like shift, ctrl, alt etc.... There ways to code what you want, like checking if the "b" is pressed in _run function first. Also a HotStrings UDF in example scripts. Edited October 26, 2014 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
AdemSezgin Posted October 26, 2014 Author Posted October 26, 2014 (edited) Because it's HotkeySet, not HotkeysSet. That means 1 key besides modifiers like shift, ctrl, alt etc.... There ways to code what you want, like checking if the "b" is pressed in _run function first. Also a HotStrings UDF in example scripts. i want this; my function write "AUTOIT", if i write "AU" ;example Edited October 26, 2014 by AdemSezgin
JohnOne Posted October 26, 2014 Posted October 26, 2014 Search "HotStrings" AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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