Jump to content

HotKeySet problem


 Share

Recommended Posts

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 by cameronsdad
Link to comment
Share on other sites

  • Moderators

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

Ha... He said work is cracking down... This is probably true if you consider your significant other "work". :P Edited 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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...