D6226: KKeySequenceWidget: make it possible to record Ctrl+Num+1 as a shortcut.

David Faure noreply at phabricator.kde.org
Thu Jun 15 07:29:52 UTC 2017


dfaure created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  Qt supports this string representation for Qt::KeypadModifier since 5.1
  but this code didn't support that modifier.
  
  This is the easy part of the fix for the 8-years-old bug, and it makes
  it possible to use the numeric keypad for application shortcuts.
  
  The bigger issue is handling of keypad modifiers in global shortcuts
  (patches to come for kwindowsystem and kglobalaccel).
  
  CCBUG: 183458

TEST PLAN
  Set shortcut Ctrl+Num+1 for "decrement number by 1" action in kate, works.

REPOSITORY
  R263 KXmlGui

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D6226

AFFECTED FILES
  src/kkeysequencewidget.cpp

To: dfaure
Cc: #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170615/9655a054/attachment.html>


More information about the Kde-frameworks-devel mailing list