Jump to content

Forward and back mouse buttons


Recommended Posts

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}")
EndFunc
And they work fine. Are you trying to do
HotKeySey("{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

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...