Jump to content

HotKeySet


Deye
 Share

Recommended Posts

is there something  in the way HotKeySet is forcing combo keys

it seems when i keep the alt key down after the first combo which errors with a windows chime, the dog naps on the second

HotKeySet("{ESC}", "Terminate")
HotKeySet("!z", "Clip")  ;Alt Z

While 1
    Sleep(10)
WEnd

Func Clip()
    Send("^c")
    Do
        Sleep(50)
        $clip = ClipGet()
    Until @error <> 4 Or @error <> 3
    ConsoleWrite($clip & @LF)
EndFunc

Func Terminate()
    Exit
EndFunc

 

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...