micor Posted August 28, 2006 Posted August 28, 2006 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...
vim Posted August 28, 2006 Posted August 28, 2006 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
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