Jump to content

Recommended Posts

Posted (edited)

everytime i run my script it says: error: Unknown macro.

i want to exit this script everytime i hit delete or end and after exit unset the hotkey.

Why isn't the @HotKeyPressed accepted?

While 1

HotKeySet("{DEL}", "Hotkey")

HotKeySet("{END}", "Hotkey")

Wend

Func Hotkey()

Unsetkey(@HotKeyPressed)

EndFunc

Func Unsetkey($x)

Exit

HotKeySet ($x)

Send ($x)

HotKeySet ($x, "Hotkey")

EndFunc

any comment is welcome

Edited by cageman

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
×
×
  • Create New...