Version: (using KDE Devel) Installed from: Compiled sources In the new konsole 1.9.2 from KDE beta2 I can't set shortcuts for opening a new tab with a custom profile. Selecting the File menu and right-clicking the profile name shows a context menu with an option "Configure Shortcut" but this option does nothing.
Hi, You can set shortcuts for custom profiles, but using the Manage Profiles dialog. ( Settings -> Manage Profiles ) and entering the shortcut in the third column. There is a bug currently that the changes do not take effect until you create a new window or restart Konsole. I didn't know about the right-click popup menu for menu items. I'll have to look at that.
How could I have not noticed? Thanks for pointing out. But one more improvement could be done: new shortcuts could be entered using the "input button" like in the Settings-Configure shortcuts dialog and not by typing the all the letters like C t r l + ... you know.
Pinch the code from the Configure Shortcuts dialog.
SVN commit 792245 by knight: BUG: 149626 - Use the KDE shortcut editor widget to edit shortcuts in the Manage Profiles dialog. (Requires recent kdelibs rv. 792234 for the 'Clear' button to work) Squashed commit of the following: commit d60cba88cc4c4027220558cf6fe5487022beb767 Author: Robert Knight <robertknight@gmail.com> Date: Mon Mar 31 19:05:00 2008 +0100 Make the Favorite column toggle respond to double click events as well so that quick clicks in succession are not ignored. commit 5dd0730a2a838a88d50a91dc7a70ec2ffda23c4b Author: Robert Knight <robertknight@gmail.com> Date: Mon Mar 31 19:02:33 2008 +0100 Allow more width for the Shortcut column in the Manage Profiles dialog so that the shortcut editor has enough room. commit 2271b154b1d3c03442827b7553a827ab0b199344 Author: Robert Knight <robertknight@gmail.com> Date: Mon Mar 31 17:58:14 2008 +0100 Do not draw shortcut text whilst a shortcut is being edited. Move styled background drawing into new class. commit 4b06713f63d41b0df22fa2e03ab3f7e90be8ab9f Author: Robert Knight <robertknight@gmail.com> Date: Mon Mar 31 17:35:57 2008 +0100 Prevent profile shortcut being cleared as soon as editing starts - do not connect to the keySequenceChanged() signal until after the existing shortcut has been applied to the editor. Change edit triggers for table view to start editing when a selected item is clicked. commit 84ff71e40a1e6b9993c45d8fc17c6aba3a5e25a5 Author: Robert Knight <robertknight@gmail.com> Date: Mon Mar 31 17:09:07 2008 +0100 Use KDE shortcut edit widget to edit shortcuts in Manage Profiles dialog. Rename ProfileItemDelegate to FavoriteItemDelegate and introduce a new ShortcutItemDelegate for the shortcut column which uses KKeySequenceWidget to edit shortcuts. M +77 -12 ManageProfilesDialog.cpp M +33 -3 ManageProfilesDialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=792245