| Summary: | Shift+PgUp and Shift+PgDn could be propagated when alternate buffer is enabled | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | magiblot |
| Component: | keyboard | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 22.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/konsole/commit/c5a1830f7631804cdf8235e779c9e1c1360546de | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
magiblot
2022-10-29 10:45:07 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/785 Git commit 939a30bd97b0f24fe94be098fe1abf7e205e17a7 by Luis Javier Merino Morán.
Committed on 14/12/2022 at 22:03.
Pushed by hindenburg into branch 'master'.
Propagate Shift+PgUp/PgDown in alternate screen
I cannot express this any better than magiblot at the linked bug report:
In normal conditions, Shift+PgUp/Shift+PgDn allow traversing the
scrollback buffer. However, when a client application enables the
alternate screen buffer, scrollback is not available. In this
situation, Shift+PgUp/Shift+PgDn keystrokes could be propagated to
the client instead of being discarded by Konsole.
M +3 -0 data/keyboard-layouts/default.keytab
M +3 -0 data/keyboard-layouts/macos.keytab
https://invent.kde.org/utilities/konsole/commit/939a30bd97b0f24fe94be098fe1abf7e205e17a7
Git commit c5a1830f7631804cdf8235e779c9e1c1360546de by Kurt Hindenburg, on behalf of Luis Javier Merino Morán.
Committed on 30/12/2022 at 16:49.
Pushed by hindenburg into branch 'release/22.12'.
Propagate Shift+PgUp/PgDown in alternate screen
I cannot express this any better than magiblot at the linked bug report:
In normal conditions, Shift+PgUp/Shift+PgDn allow traversing the
scrollback buffer. However, when a client application enables the
alternate screen buffer, scrollback is not available. In this
situation, Shift+PgUp/Shift+PgDn keystrokes could be propagated to
the client instead of being discarded by Konsole.
M +3 -0 data/keyboard-layouts/default.keytab
M +3 -0 data/keyboard-layouts/macos.keytab
https://invent.kde.org/utilities/konsole/commit/c5a1830f7631804cdf8235e779c9e1c1360546de
|