-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox: Alt key is a default menu binding, causes glitches #3
Comments
You mean when letting go of Alt the popups still stay? Maybe because the menu that appears steals the keyboard focus and the keyup event for Alt is not fired. Could you check if the blur event for a document is fired after pressing alt? I guess I might have to offer a choice between {Alt, Ctrl}+(Shift)?, would holding down Ctrl be problematic? What about Meta? |
Yep! I think the more annoying thing however is that it toggles the menu, which shifts the whole page down, so might discourage people from using it. Tried this:
However pressing Alt doesn't trigger either of these. I'd imagine it's more of OS-level stuff.. I'd be surprised if you'd manage to bind Shift; Meta might work, but it also might conflict with the global menu key for some people. It's sad it's so complicated, but adding some sort of setting for this might be the best option :( |
Also, just realized, I have some other Alt bindings (e.g. |
I added the ability to switch to meta/ctrl/shift or disable it completely in the settings (you need to click the ampie icon in the extensions toolbar to open it). Does it work for you? |
Very weird, does this stay after you restart the browser? The messages look like the extension was unloaded after the popup page was opened, or the popup is running a different version of the source somehow. |
I took my old linux laptop out and can't reproduce this on firefox. |
Huh, indeed, after restart it works fine, thanks! |
Hmm interesting, happened again after I briefly turned extension off and then back on. I'll see if I can consistently reproduce. |
P.S. oh sorry, and back to the original issue -- the hotkey selection works, thanks! I'll try Shift in the meantime, hopefully it won't conflict with anything. |
https://support.mozilla.org/en-US/questions/1278533
Unlike in Chrome, the Firefox add-on persists the tooltips when holding alt + in addition this switches the menu on/off (might be annoying for some people).
Let me know if you can't reproduce, I can record a video! I'm on Ubuntu, in case it matters.
The text was updated successfully, but these errors were encountered: