Bug 205830

Summary: open settings when pressing ENTER
Product: [Applications] systemsettings Reporter: Stefan Endrullis <stefan>
Component: generalAssignee: System Settings Bugs <sourtooth+ssbugs>
Status: RESOLVED FIXED    
Severity: normal CC: kde-2011.08
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Stefan Endrullis 2009-08-31 21:20:25 UTC
Version:           1.0 (using KDE 4.3.0)
OS:                Linux
Installed from:    Ubuntu Packages

When you navigate in the tree by using the keyboard it should be possible to open the corresponding settings by pressing ENTER.
Comment 1 Dotan Cohen 2009-09-02 13:35:37 UTC
I can confirm this issue. Pressing Enter when navigating the System Settings treeview does not load the appropriate component in the main window.
Comment 2 Ben Cooksley 2009-09-03 06:41:23 UTC
This is actually a bug, and will be fixed shortly.
Comment 3 Ben Cooksley 2009-09-03 06:45:33 UTC
SVN commit 1019185 by bcooksley:

Connect to correct signal so keyboard is a valid control device also.
BUG: 205830

 M  +7 -7      ClassicMode.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1019185
Comment 4 Ben Cooksley 2009-09-03 06:47:21 UTC
SVN commit 1019186 by bcooksley:

Backport commit r1019185.
Connect to correct signal so keyboard is a valid control device also.
CCBUG: 205830

 M  +1 -1      ClassicMode.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1019186
Comment 5 Dotan Cohen 2009-09-04 00:28:41 UTC
Thanks, Ben!