Red-Steel Posted December 29, 2006 Posted December 29, 2006 When I try to hotkey {+}, it doesn't work: HotKeySet ( "{+}", "test" ) While 1 Sleep ( 10 ) WEnd Func test() Msgbox ( 0, "test", "test" ) EndFunc
Valuater Posted December 29, 2006 Posted December 29, 2006 + can be seen as the "Control" key maybe... HotKeySet ( "{NUMPADADD}", "test" ) While 1 Sleep ( 10 ) WEnd Func test() Msgbox ( 0, "test", "test" ) EndFunc 8)
seandisanti Posted December 29, 2006 Posted December 29, 2006 (edited) Red-Steel said: When I try to hotkey {+}, it doesn't work: HotKeySet ( "{+}", "test" ) While 1 Sleep ( 10 ) WEnd Func test() Msgbox ( 0, "test", "test" ) EndFuncoÝ÷ Ûú®¢×«]¡ë'ßÛp¢¹¢¹z+az»aË®*miÇ(b²¬¶¬jg)àjëh×6 #include<misc.au3> While 1 Sleep ( 10 ) If _IsPressed("6B") Then test() WEnd Func test() Msgbox ( 0, "test", "test" ) EndFunc Edited December 29, 2006 by cameronsdad
seandisanti Posted December 29, 2006 Posted December 29, 2006 Valuater said: + can be seen as the "Control" key maybe... HotKeySet ( "{NUMPADADD}", "test" ) While 1 Sleep ( 10 ) WEnd Func test() Msgbox ( 0, "test", "test" ) EndFunc 8)beat me to it. i forgot about that one...
Red-Steel Posted December 29, 2006 Author Posted December 29, 2006 Yeah but it doesn't work with the other plus.
Valuater Posted December 29, 2006 Posted December 29, 2006 @ cameronsdad nice to see you around.... haven't seen you much in a while 8)
seandisanti Posted December 29, 2006 Posted December 29, 2006 Valuater said: @ cameronsdadnice to see you around.... haven't seen you much in a while8)yeah, they've been cracking down on computer use at work, so i fell off the planet for a while. glad to be back again, hopefully for a bit longer this time
Red-Steel Posted December 29, 2006 Author Posted December 29, 2006 It doesn't work with {!} either.. and there is no "!" in the numpad..
seandisanti Posted December 29, 2006 Posted December 29, 2006 (edited) Red-Steel said: It doesn't work with {!} either.. and there is no "!" in the numpad..HotKeySet ( "+1", "test" ) While 1 Sleep ( 31 ) WEnd Func test() Msgbox ( 0, "test", "test" ) EndFunc now you're just trying to make it fail huh? Edited December 29, 2006 by cameronsdad
Moderators SmOke_N Posted December 29, 2006 Moderators Posted December 29, 2006 (edited) cameronsdad said: yeah, they've been cracking down on computer use at work, so i fell off the planet for a while. glad to be back again, hopefully for a bit longer this timeHa... He said work is cracking down... This is probably true if you consider your significant other "work". Edited December 29, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
seandisanti Posted December 29, 2006 Posted December 29, 2006 SmOke_N said: Ha... He said work is cracking down... This is probably true if you consider you significant other "work". haha. indeed. we're doing a little better now. so when's the next trip to vegas?
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