| Summary: | Feature Request: Next/Previous Konsole Profile Shortcut | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Lukas Sabota <lukas> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | lukas, matan |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/61a87d804813b9f92cdb629bdcbb264870615eba | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Lukas Sabota
2019-10-21 01:15:35 UTC
You can give each profile a shortcut in the "Manage Profiles" dialog. I'm not clear on the usefulness of a prev/next profile shortcut. (In reply to Kurt Hindenburg from comment #1) > You can give each profile a shortcut in the "Manage Profiles" dialog. I'm > not clear on the usefulness of a prev/next profile shortcut. This shortcut opens a new terminal with the profile. It does not change the profile of the current terminal. I actually think this is a useful suggestion, so I will try to implement it. A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/975 Git commit 61a87d804813b9f92cdb629bdcbb264870615eba by Kurt Hindenburg, on behalf of Matan Ziv-Av. Committed on 28/03/2024 at 22:14. Pushed by hindenburg into branch 'master'. Add next/previous actions to change the profile of the current terminal The actions are not in any menu, but have default keyboard shortcuts: Ctrl-Alt-N (next) and Ctrl-Alt-M (previous). M +24 -0 src/profile/ProfileManager.cpp M +3 -0 src/profile/ProfileManager.h M +24 -0 src/session/SessionController.cpp M +2 -0 src/session/SessionController.h https://invent.kde.org/utilities/konsole/-/commit/61a87d804813b9f92cdb629bdcbb264870615eba |