Summary: | Window shortcut containing space: "Launch Mail" doesn't work | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | kiwiiii |
Component: | rules | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Flags: | mgraesslin:
ReviewRequest+
|
Priority: | NOR | ||
Version: | 4.9.0 | ||
Target Milestone: | 4.11 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/108942 | ||
Latest Commit: | http://commits.kde.org/kde-workspace/30bc128ee829e2fcf001ba746f3dc2709b367643 | Version Fixed In: | 4.11 |
Sentry Crash Report: |
Description
kiwiiii
2012-08-19 14:52:03 UTC
Unfortunatelly it's not possible to fix it for 4.10.x. We need to switch from space to semicolon as separator and that means a string change which is not allowed. If you are able to put in a patch to your KWin, you can find a patch at: https://git.reviewboard.kde.org/r/108942 Git commit 30bc128ee829e2fcf001ba746f3dc2709b367643 by Martin Gräßlin. Committed on 13/02/2013 at 13:57. Pushed by graesslin into branch 'master'. Store multiple shortcuts separated by " - " instead of space Space is a valid shortcut part. E.g. "Volume Up". KConfig update script for 4.11 is added to migrate existing and erroneous rules taking into account that space is a valid key. FIXED-IN: 4.11 REVIEW: 108942 M +12 -1 kwin/data/CMakeLists.txt A +2 -0 kwin/data/kwin_update_411.upd A +95 -0 kwin/data/update_kwin_411.cpp [License: GPL (v2)] M +1 -1 kwin/kcmkwin/kwinrules/editshortcut.ui M +3 -3 kwin/useractions.cpp http://commits.kde.org/kde-workspace/30bc128ee829e2fcf001ba746f3dc2709b367643 |