[telepathy] [Bug 308894] Send message shortcut missing in the shortcut dialog

Martin Klapetek martin.klapetek at gmail.com
Tue Jan 15 22:42:18 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=308894

Martin Klapetek <martin.klapetek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |junior-jobs

--- Comment #1 from Martin Klapetek <martin.klapetek at gmail.com> ---
I'm marking this as a junior job. Adding the custom shortcut should be fairly
easy with adding a KAction that will have a shortcut set on it plus
setConfigurable(true). The KAction triggered() signal should be connected to
the slot that is called from the current keyPressEvent. The tricky part is
figuring out how to disable the enter key when there is a custom shortcut for
this action. One possible solution could be checking if that KAction has a
shortcut or not - if yes, don't send the message with enter key.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list