Revision 6026c3a...

Go back to digest for 3rd July 2011

Bug Fixes in KDE Base

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

Make global shortcuts involving shift+tab work

When entering (ctrl,alt,meta)+shift+tab as a new shortcut
KKeySequenceWidget gets "backtab" as the key pressed but records "tab".
kglobalaccel gets the keypress event as "backtab" which is correct but
only triggers shortcuts with "backtab" in them and such shortcuts are
not possible for the user to enter.

This commit makes kglobalaccel look for both tab and backtab when
triggered, same as Qt does. By triggering on both it also avoids
breaking peoples alt+shift+tab on upgrade.






REVIEW: 101523

File Changes

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