Summary: | Switch to Previous Desktop does not work with Meta+Shift+Tab shortcut | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Piotr Budny <piotr.budny+bugskde> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Piotr Budny
2010-12-01 09:33:38 UTC
Still in 4.6 It seems, that kglobalshortcuts systemsettings module can't set "Meta+Shift+Backtab" for "Switch to Previous Desktop=Meta+Shift+Backtab,none,Przełącz na poprzedni pulpit" First of all, it sets "Tab", not "Backtab", secondly, it assigns shortcut to previous activity, not previous desktop. 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 |