Summary: | Alt+Shift+Tab doesn't work when set as a shortcut | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | setessentos |
Component: | kcm_khotkeys | Assignee: | Michael Jansen <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mat69 |
Priority: | NOR | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
setessentos
2011-05-24 06:01:43 UTC
I also have the same problem with KDE 4.6.3. What is interesting is that when I press "Alt + Shift + Tab" I jump between windows in backward order by default. The default key sequence for this is named "Alt + Shift + Backtab", while when I want to add an own combination it will always be called "Alt + Shift + Tab" and won't work. Git commit 6026c3a32056bdbae6964e25abf712870edf5aac by Simon Persson. Committed on 29/06/2011 at 05:10. Pushed by persson into branch 'master'. 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. BUG: 174142 BUG: 258467 BUG: 261296 BUG: 274006 CCMAIL: kde@michael-jansen.biz REVIEW: 101523 M +19 -2 kglobalaccel/globalshortcutcontext.cpp http://commits.kde.org/kde-runtime/6026c3a32056bdbae6964e25abf712870edf5aac |