Summary: | Missing Default Shortcut Keys for switching tabs. | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | alexandertmai |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate, peter |
Priority: | NOR | Keywords: | junior-jobs, usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=420503 | ||
Latest Commit: | https://commits.kde.org/konsole/8f25012b426534a0c1c72928a97c573bdd513049 | Version Fixed In: | 20.04.0 |
Sentry Crash Report: |
Description
alexandertmai
2020-01-17 01:44:49 UTC
Makes sense to me. We added these in Dolphin recently: https://cgit.kde.org/dolphin.git/commit/?id=e04ec8601f3771aa7ce98d9d1de34e332f26c103 Would you like to try your hand at doing the same thing for Konsole, copying the pattern from that Dolphin commit? Git commit 8f25012b426534a0c1c72928a97c573bdd513049 by Andrew Hou. Committed on 29/02/2020 at 09:04. Pushed by tcanabrava into branch 'master'. Implements default keyboard shortcuts for tab navigation (alt+n) M +6 -1 src/ViewManager.cpp https://invent.kde.org/kde/konsole/commit/8f25012b426534a0c1c72928a97c573bdd513049 Git commit 8f25012b426534a0c1c72928a97c573bdd513049 by Andrew Hou. Committed on 29/02/2020 at 09:04. Pushed by scmsync into branch 'master'. Implements default keyboard shortcuts for tab navigation (alt+n) M +6 -1 src/ViewManager.cpp https://commits.kde.org/konsole/8f25012b426534a0c1c72928a97c573bdd513049 Hi Alexander and Nate, while such shortcuts are a good idea in web and file browsers, it might not be the best idea for a terminal emulator as it is a container for other applications that typically claim these key bindings. I'd suggest to revert these new default shortcuts. Let's continue the discussion in Bug 420503. |