Bug 207126 - wish: adding a tool tip in the configure Shortcut dialogue
Summary: wish: adding a tool tip in the configure Shortcut dialogue
Status: VERIFIED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 23:13 UTC by Sabine Faure
Modified: 2009-09-25 17:22 UTC (History)
2 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 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