Red-Steel 0 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 Share this post Link to post Share on other sites
Valuater 129 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) Share this post Link to post Share on other sites
seandisanti 6 Posted December 29, 2006 (edited) 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 Share this post Link to post Share on other sites
seandisanti 6 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)beat me to it. i forgot about that one... Share this post Link to post Share on other sites
Red-Steel 0 Posted December 29, 2006 Yeah but it doesn't work with the other plus. Share this post Link to post Share on other sites
Valuater 129 Posted December 29, 2006 @ cameronsdad nice to see you around.... haven't seen you much in a while 8) Share this post Link to post Share on other sites
seandisanti 6 Posted December 29, 2006 @ 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 Share this post Link to post Share on other sites
Red-Steel 0 Posted December 29, 2006 It doesn't work with {!} either.. and there is no "!" in the numpad.. Share this post Link to post Share on other sites
seandisanti 6 Posted December 29, 2006 (edited) 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 Share this post Link to post Share on other sites
SmOke_N 210 Posted December 29, 2006 (edited) 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. Share this post Link to post Share on other sites
seandisanti 6 Posted December 29, 2006 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? Share this post Link to post Share on other sites