Jump to content

{BROWSER_FAVORITES} problem.


micor
 Share

Recommended Posts

I'm trying to trap {BROWSER_FAVORITES} key using HotKeySet.

HotKeySet("{BROWSER_FAVORITES}","goFav")
Func goFav()
    run("Notepad")
EndFunc

While 1
    sleep(1000)
WEnd

Same code using BROWSER_HOME, BROWSER_SEARCH works fine.

Also tried sending BROWSER_FAVORITES as Send("BROWSER_FAVORITES"), but it only sends a "B" which indicates an "unknown" keyword to me.

I don't want to post this as a bug until someone else has a chance to look at it. Maybe I'm just using it wrong.

BTW: The code does NOT indicate my favorite app is Notepad...

Link to comment
Share on other sites

I'm trying to trap {BROWSER_FAVORITES} key using HotKeySet.

HotKeySet("{BROWSER_FAVORITES}","goFav")
Func goFav()
    run("Notepad")
EndFunc

While 1
    sleep(1000)
WEnd

Same code using BROWSER_HOME, BROWSER_SEARCH works fine.

Also tried sending BROWSER_FAVORITES as Send("BROWSER_FAVORITES"), but it only sends a "B" which indicates an "unknown" keyword to me.

I don't want to post this as a bug until someone else has a chance to look at it. Maybe I'm just using it wrong.

BTW: The code does NOT indicate my favorite app is Notepad...

Do you have a multimedia keyboard?

ViM

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