Deye Posted December 9, 2022 Share Posted December 9, 2022 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 More sharing options...
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