-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Alt+D scrolls down in LibreWolf #4647
Comments
I just installed LibreWolf and did some basic testing, both with Vimium enabled and disabled. It looks like LibreWolf for some reason neither triggers I've found this issue on their codeberg repository, which might be at least related to the problem: In the issue they report You can use the nice debug page that @gdh1995 implemented at some point: Maybe you can find another issue on Librewolf's repositories that suits your specific problem more precisely - or you can create your own bug report there. If you find a more fitting issue or if you post one yourself, please comment the links here, so people can find it later on. |
All right, I have also opened an issue with LibreWolf. |
Whoa. Thanks to him! I did some testing with this page. Alt+D is detected as D, without modifiers. Modifiers are detected for Ctrl+D and Shift+D (and Ctrl+Shift+D), but Alt is not detected in combination with the others. Generally, it appears, simple character key inputs (such as Shift+D) raise three events: |
@LyndonGingerich did you disable Vimium on the test page as is stated at the top of it? If you didn't do that, Vimium will likely eat (consume) some of the events, if bindings exist for the things you're pressing. In that case it wouldn't be surprising to see such inconsistencies. In any case: from my tests with Vimium disabled completely in Librewolf, the debug page never showed any alt modifier, when I pressed another key while I held down e.g.: |
In LibreWolf, when I press Alt+D to select the address bar, I instead scroll down as though I had pressed only D. This problem does not occur if I disable Vimium.
LibreWolf version: 136.0-2
Vimium version: 2.1.2
#75 is the only plausibly related issue I could find.
The text was updated successfully, but these errors were encountered: