Jump to content

HotKeySet


VicTT
 Share

Recommended Posts

I'm having trouble setting "!" as a hotkey..It doesn't seem to work..Are there any work-arounds?It is very very important to use "!" as the hotkey, not anything else.. ;)

Func DEL()
Send("{BS}")
EndFunc
HotKeySet("{!}","DEL")
while 1
wend

I've even tried "!"..what am I doing wrong?

Quote

Together we might liveDivided we must fall

 

Link to comment
Share on other sites

I'm having trouble setting "!" as a hotkey..It doesn't seem to work..Are there any work-arounds?It is very very important to use "!" as the hotkey, not anything else.. ;)

Func DEL()
Send("{BS}")
EndFunc
HotKeySet("{!}","DEL")
while 1
wend

I've even tried "!"..what am I doing wrong?

<{POST_SNAPBACK}>

have you tried

HotKeySet("+1","YourFunc")
?
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...