Skip to content

[BUG] For Firefox on Linux (with X11), event.shiftKey and event.ctrlKey are not being detected #679

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

Open
npn225 opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@npn225
Copy link

npn225 commented Oct 17, 2024

  1. Problem Description
    The shift key and ctrl key do not work for this script for Firefox on Linux. After some investigation, the cause seems to be that the event.shiftKey and event.ctrlKey in the script are not being detected. This means that many of the keyboard shortcuts do not work for this script. For example, shift+M should flip the video vertically. But when it is pressed, only the M key press is detected and the screen is flipped horizontally, instead.

  2. URL where the above issue occurs
    This issue occurs on all webpages where this script is enabled! In addtion, this link here might shed some light on what exactly is going on, why it's happening, and how to possibly resolve it.

  3. The browser and browser version information you are using
    I'm currently running Mozilla Firefox 131.0.3

  4. Other additional information
    Operating System: Arch Linux
    Kernel: Linux 6.11.3-arch1-1
    Windows Manager: X11

@npn225 npn225 added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant