Swimming_Bird Posted July 10, 2005 Posted July 10, 2005 {BROWSER_BACK} and {BROWSER_FORWARD} dont seem to work as hotkeys for these mouse buttons. Is there any way to use them?
DarkNecromancer Posted July 11, 2005 Posted July 11, 2005 I do HotKeySet ("{f1}", "back") HotKeySet ("{f2}", "forward") while 1[QUOTE] sleep ( 250 ) Wend func back() send("{BROWSER_BACK}") EndFunc func forward() send("{BROWSER_FORWARD}") EndFuncAnd they work fine. Are you trying to doHotKeySey("{f1}", "Send('{BROWSER_BACK')"? casue the second par of the hotkey is [optional]The name of the function to call when the key is pressed
Swimming_Bird Posted July 11, 2005 Author Posted July 11, 2005 what i want to do is map the back and forward buttons on my mouse. and if possible the third mouse button.
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