VicTT Posted September 13, 2005 Posted September 13, 2005 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
seandisanti Posted September 13, 2005 Posted September 13, 2005 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 wendI've even tried "!"..what am I doing wrong?<{POST_SNAPBACK}>have you triedHotKeySet("+1","YourFunc")?
VicTT Posted September 13, 2005 Author Posted September 13, 2005 LOL..You're a genious ..Thanx A WHOLE LOT! Quote Together we might liveDivided we must fall
seandisanti Posted September 13, 2005 Posted September 13, 2005 LOL..You're a genious ..Thanx A WHOLE LOT!<{POST_SNAPBACK}>np, glad i could help
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