Horizontal mouse scroll switches tabs instead of being forwarded to the terminal application (GTK/Linux) #11566
Unanswered
folke
asked this question in
Issue Triage
Replies: 1 comment
-
|
I'm also experiencing this issue. There's also no config option for turning this off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
Since upgrading to Ghostty 1.3.0, horizontal mouse scroll events (e.g. from a
mouse with a tilt wheel or two-finger horizontal trackpad scroll) switch tabs
instead of being forwarded to the foreground application (e.g. Neovim).
This appears to be caused by the two-finger swipe tab switching feature added
in PR #10575. On macOS, there is a macos-tab-swipe-navigation toggle to
disable this, but no equivalent exists for the GTK build.
Expected Behavior
Horizontal scroll events should be forwarded to the running terminal
application (like they were in 1.2.x), or there should be a configuration
option (e.g. gtk-tab-swipe-navigation) to disable tab switching via horizontal scroll on GTK.
Actual Behavior
Horizontal scroll events switch to the previous/next tab instead of being
passed through to the foreground application.
Reproduction Steps
horizontal scroll mappings)
swipe)
application
Ghostty Logs
No response
Ghostty Version
OS Version Information
Linux 6.19.7-1-cachyos (Arch/CachyOS)
(Linux only) Display Server
Wayland
(Linux only) Desktop Environment/Window Manager
Niri
Minimal Ghostty Configuration
Additional Relevant Configuration
No response
I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions