Revision 568cb92...

Go back to digest for 3rd July 2011

Bug Fixes in KDE Base

Simon Persson committed changes in [kde-runtime] kglobalaccel/kglobalaccel_x11.cpp:

Fix global shortcuts that include symbols produced with shift key

KKeySequenceWidget (used to enter shortcuts) removes shift from the
recorded shortcut if the symbol produced from that key is different
when shift is used. kglobalaccel needs to include shift in the grab in
order to be triggered on this class of shortcuts, and then in the
keypress event handler it also needs to strip the shift again before
checking which shortcut was just triggered.




REVIEW: 101520

File Changes

Modified 1 files
  • kglobalaccel/kglobalaccel_x11.cpp
1 files changed in total