Summary: | [wish] Add shortcut for toggling background and/or switching profile | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | leon |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | a.samirh78, azrdev, cpigat242, nate, travier |
Priority: | NOR | ||
Version: | 17.12.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konsole/d689ba5403ceb998013fc99de6758976f8509e98 | Version Fixed In: | 19.04.0 |
Sentry Crash Report: |
Description
leon
2013-05-16 21:30:21 UTC
Current versions of konsole support keyboard shortcuts to switch to profiles. KDE4/konsole is no longer maintained. With Konsole 17.12.2 on archlinux I still don't see a shortcut for toggling background or cycle through profiles. In Settings > Shortcuts, I can assign to "Edit Current Profile" and "Manage Profiles". In the Configuration Dialog, Tab "Profiles" I can assign a keyboard shortcut to each profile. That shortcut, however, launches a new tab with that profile, and does not affect the current tab. You are right, I misunderstood, sorry about that. Git commit d689ba5403ceb998013fc99de6758976f8509e98 by Kurt Hindenburg, on behalf of Thomas Surrel. Committed on 30/12/2018 at 23:07. Pushed by hindenburg into branch 'master'. Profile shortcuts switch profile instead of opening new tab Summary: This is a proposal to modify the profile shortcuts behaviour: instead of opening a new tab with the corresponding profile they now switch the profile of the current terminal display. Reviewers: #konsole, hindenburg, tcanabrava Reviewed By: #konsole, hindenburg Subscribers: loh.tar, konsole-devel Tags: #konsole Differential Revision: https://phabricator.kde.org/D17374 M +1 -1 src/MainWindow.cpp M +8 -0 src/ProfileManager.cpp M +4 -0 src/ProfileManager.h M +11 -7 src/SessionController.cpp M +4 -0 src/SessionManager.cpp https://commits.kde.org/konsole/d689ba5403ceb998013fc99de6758976f8509e98 Git commit a1b64d7956485c6358bd2cccabde3843c1d314eb by Kurt Hindenburg. Committed on 07/07/2019 at 22:52. Pushed by scmsync into branch 'master'. Revert "Profile shortcuts switch profile instead of opening new tab" This reverts commit d689ba5403ceb998013fc99de6758976f8509e98. I should have tested this more; this breaks a number of things as switching doesn't execute the 'Command'. Since the next release is close, let's just revert for now. FIXED-IN: 19.08 M +1 -1 src/MainWindow.cpp M +0 -8 src/ProfileManager.cpp M +0 -4 src/ProfileManager.h M +7 -11 src/SessionController.cpp M +0 -4 src/SessionManager.cpp https://commits.kde.org/konsole/a1b64d7956485c6358bd2cccabde3843c1d314eb |