Bug 192353 - Keyboard shortcut for profile does not work when the profile is not set as 'Show in Menu'.
Summary: Keyboard shortcut for profile does not work when the profile is not set as 'S...
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
: 230416 251354 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-05-11 19:26 UTC by Dmitry S. Makovey
Modified: 2024-03-27 00:12 UTC (History)
8 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry S. Makovey 2009-05-11 19:26:42 UTC
Version:            (using KDE 4.2.3)
Compiler:          gcc-4.1.2 amd64 platform
OS:                Linux
Installed from:    Gentoo Packages

In konsole I have several types of session defined. Some of them are pre-configured SSH sessions to other machines, but I don't think it matters. After creating those types of sessions and assigning them keyboard shortcut everything works as expected (well, almost, beacause multy-key shortcut doesn't work like it used to in KDE3). However if I set "Show Menu" to "off" - keyboard shortcuts for sessions stop to work!
Comment 1 Michael Eyrich 2009-10-16 13:54:25 UTC
Probably the same source of error: the shortcut for 'show menu bar' is neither stored to the rc file (or not read) nor taken from the global configuration (which it should, IMHO). If i configure the shortcut, it is usable multiple times in the same konsole window, but not in others/new/existing konsole windows.
Comment 2 Hubert depesz Lubaczewski 2009-11-04 12:59:02 UTC
I can confirm it happening in konsole:

=$ konsole -v
Qt: 4.5.3
KDE: 4.3.2 (KDE 4.3.2)
Konsole: 2.3.2

on Arch Linux.

Any chance some good soul could look at it? I really value my screen-estate and losing space because of menu bar is definitely not a cool thing.
Comment 3 Kurt Hindenburg 2010-05-31 22:41:25 UTC
*** Bug 230416 has been marked as a duplicate of this bug. ***
Comment 4 Kurt Hindenburg 2010-06-02 16:25:21 UTC
Confirmed in 4.4.x
Comment 5 Jekyll Wu 2011-07-30 13:09:33 UTC
*** Bug 251354 has been marked as a duplicate of this bug. ***
Comment 6 Kurt Hindenburg 2018-02-24 01:50:54 UTC
This is an unfortunate side effect on how the File->New Tab is implemented.  Only those listed will have the shortcuts working.  This all needs refactored.

Same issue in KF5/Konsole5
Comment 7 Kurt Hindenburg 2018-02-24 05:05:45 UTC
Git commit c5d9d1880448c5fc459ad7bb7c4cee0b44283e96 by Kurt Hindenburg.
Committed on 24/02/2018 at 05:05.
Pushed by hindenburg into branch 'master'.

Add note that profile shortcuts only work when when "Shown" in menu

Explain that to use profiles' shortcuts in the 'Manage Profiles'
dialog, the profile must have "Show" checked.

M  +29   -22   src/settings/ProfileSettings.ui

https://commits.kde.org/konsole/c5d9d1880448c5fc459ad7bb7c4cee0b44283e96
Comment 8 Kurt Hindenburg 2024-03-27 00:12:19 UTC
This has been fixed for a while.