Skip to content
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

Support mouse back and forward buttons #1918

Open
CendioOssman opened this issue Nov 27, 2024 · 4 comments
Open

Support mouse back and forward buttons #1918

CendioOssman opened this issue Nov 27, 2024 · 4 comments
Labels

Comments

@CendioOssman
Copy link
Member

Is your feature request related to a problem? Please describe.
I'd like to be able to use my mouse to go back and forward in my browser inside my VNC session. Currently that makes my local browser go back and forward instead.

Describe the solution you'd like
See above.

Describe alternatives you've considered
None

Additional context
None

@CendioOssman
Copy link
Member Author

A quick test shows that Chrome forwards these events to us, but not Firefox. Tested on Linux X11.

@CendioOssman
Copy link
Member Author

Issue reported to Firefox:

https://bugzilla.mozilla.org/show_bug.cgi?id=1933746

@CendioOssman
Copy link
Member Author

Server-side support for this is available in development versions of TigerVNC:

TigerVNC/tigervnc#1826

@CendioHalim
Copy link

I tested mouse back/forward on:

macOS:

  • Safari
    • All buttons after MMB (forward/back/extra etc.) report button 2 (same as MMB).
  • chromium:
    • Works as expected, button 3 and 4 for back/forward respectively.
  • Edge:
    • Same as chromium
  • Firefox:
    • Firefox consumes forward/back events.

Windows 11:

  • chromium:

    • Works as expected, button 3 and 4 for back/forward respectively.
  • Edge:

    • Same as chromium
  • Firefox:

    • Firefox consumes forward/back events.

Linux (Fedora 41, KDE)

  • chromium:
    • Works as expected, button 3 and 4 for back/forward respectively.
  • Firefox:
    • Firefox consumes forward/back events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants