https://bugs.kde.org/show_bug.cgi?id=524571
Bug ID: 524571
Summary: [regression?] kitty keyboard protocol disables
Konsole's shortcuts
Classification: Applications
Product: konsole
Version First 26.07.80
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: keyboard
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
DESCRIPTION
Commit 1983d2b47 (Implement Kitty keyboard protocol, 2026-05-04) caused a
regression with applications that enable the kitty keyboard protocol.
Specifically, keys like shift-pageup no longer scroll Konsole's viewport but
are forwarded to the application. This is problematic for applications like
fish that don't use the alternate screen. Originally reported at
https://github.com/fish-shell/fish-shell/issues/12948
STEPS TO REPRODUCE
1. `konsole -e bash`
2. Run `seq 1000; printf '\033[=1u'; sleep 5; printf '\033[=0u'`
3. Type `shift-pageup`
OBSERVED RESULT
Konsole does not scroll
EXPECTED RESULT
Konsole does scroll
--
You are receiving this mail because:
You are watching all bug changes.