dfaure created this revision. REVISION SUMMARY When keysym1 (i.e. with shift) is 0, then we must use keysym0 (the version without shift) in any case.
TEST PLAN Adding a global shortcut with Alt+Shift+Right works now. Previously it would decode it at "Alt+" at keypress time. BRANCH master REVISION DETAIL https://phabricator.kde.org/D7829 AFFECTED FILES src/platforms/xcb/kkeyserver.cpp To: dfaure, graesslin, jriddell, martinkostolny, broulik Cc: #frameworks