Revision d8e40e8...
Go back to digest for 8th June 2014Features in Utilities
Sebastian Kügler committed changes in [kxmlgui] src/kkeysequencewidget.cpp:
Consider Super_L and Super_R as modifiers
Without this patch, I can't use the meta key to assign shortcuts, as
Super_L and Super_R are not considered as modifiers, so when I press
meta (Super_L on my system), the shortcut is immediately accepted,
before I get the chance to press another key.
This patch requires the fix in
https://bugreports.qt-project.org/browse/QTBUG-38428
to be applied. With both patches, KKeySequenceWidget works for me.
REVIEW:118581
File Changes
Modified 1 files
- src/kkeysequencewidget.cpp
1 files changed in total