Bug 207126

Summary: wish: adding a tool tip in the configure Shortcut dialogue
Product: [Frameworks and Libraries] kdelibs Reporter: Sabine Faure <sabine>
Component: generalAssignee: David Faure <faure>
Status: VERIFIED FIXED    
Severity: wishlist CC: faure, tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2009-09-11 23:13:51 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KAB
- Go to Settings menu/Configure Shortcuts...
- click in the shortcut column for 'Add Address Book...'
- Two radio buttons (Default and Custom) appear
- Select 'Custom' and click on the 'None' button.

I first tried to type in the shortcut I wanted to add (C t r l + a) whereas the user should perform the shortcut he/she wishes to add (hold Ctrl and press A key)

I think it could be a good idea to add a tool tip on the 'None/input' button saying something like : 'Hold modifier keys and press any key(s) that you wish to add as a shortcut'

or maybe a simpler, less technical version: 
'Enter the shortcut like you would in the program. Example for Ctrl+a: hold the Ctrl key and press a.' 

Trunk, Svn Rev 1022237
Comment 1 David Faure 2009-09-11 23:39:26 UTC
SVN commit 1022504 by dfaure:

Add tooltip on button as suggested by Sabine.
BUG: 207126


 M  +1 -0      kkeysequencewidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1022504
Comment 2 Sabine Faure 2009-09-25 17:22:41 UTC
It is corrected now.

When pointing on the 'None' button the following tool tip appears: 'Click on the button, then enter the shortcut like you would in the program. Example for Ctrl+A: hold the Ctrl key and press a.'

Trunk, Svn Rev 1027981