Summary: | kate session applet: allow keyboard only usage | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Conrad Hoffmann <conrausch> |
Component: | widget-misc | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Enable keyboard selection of a session in the applet |
Description
Conrad Hoffmann
2009-08-12 11:49:52 UTC
Created attachment 36085 [details]
Enable keyboard selection of a session in the applet
The attached patch fixes the problem by using the QTreeView::activated signal instead of the clicked signal. This also elegantly handles the single/double click issue.
The path is rather trivial. I compiled and installed it on my system and it behaves as expected. Notably, it still obeys the system wide single/double click setting.
I have commit access myself, but anyone feeling responsible for this can feel free to commit.
I sent a mail to kwrite-devel about this 2 days ago, but it's still awaiting moderator approval, so sorry if the issue pops up again. I'm just too impatient :)
please submit this patch on http://reviewboard.kde.org/ also mention this bugreport, so it gets closed when commiting SVN commit 1013629 by conrausch: Allow keyboard only session selection with the Kate Session Applet BUG: 203546 M +2 -7 katesessionapplet.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1013629 |