Jump to content

Recommended Posts

Posted

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

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