Bug 416362 - Missing Default Shortcut Keys for switching tabs.
Summary: Missing Default Shortcut Keys for switching tabs.
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: junior-jobs, usability
Depends on:
Blocks:
 
Reported: 2020-01-17 01:44 UTC by alexandertmai
Modified: 2020-05-08 20:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 20.04.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexandertmai 2020-01-17 01:44:49 UTC
SUMMARY
Alt-n to switch to the nth tab is not a default. Software is all about having good defaults. Although I could (and did) just add my own shortcuts, not only does the shortcut system have it's own bugs, but it is important to have good behaviors by default, otherwise the end user is left making dozens of small tweaks to have something halfway usable.
Comment 1 Nate Graham 2020-01-17 20:26:25 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?
Comment 2 Andrew Hou 2020-02-29 09:16:55 UTC
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
Comment 3 Andrew Hou 2020-02-29 09:16:58 UTC
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
Comment 4 Peter Wu 2020-05-08 20:50:04 UTC
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.