[Differential] [Commented On] D1523: Project Manager View plugin has hardcoded/fixed shortcuts
René J.V. Bertin
noreply at phabricator.kde.org
Sun Feb 19 11:52:33 UTC 2017
rjvbb added a comment.
In https://phabricator.kde.org/D1523#87467, @mwolff wrote:
> In general, I think solving this in KDevelop is the wrong place.
Did you see the thread I started on the frameworks ML? KDevelop *might* be the right place after all, unless there's a specific reason why `ProjectManagerView::eventFilter()` uses KeyRelease instead of KeyPress?
I could imagine using KeyRelease for dangerous actions like Delete that may not post a confirmation dialog, so that users can back out by pressing an additional key before releasing, say, the Backspace key. But actions like rename that will always post a dialog can just as well be triggered by KeyPress events.
REPOSITORY
R33 KDevPlatform
REVISION DETAIL
https://phabricator.kde.org/D1523
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: rjvbb, mwolff, #kdevelop
Cc: mwolff, kdevelop-devel, #kdevelop, Pilzschaf, akshaydeo, surgenight, arrowdodger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170219/d8f7bab4/attachment.html>
More information about the KDevelop-devel
mailing list