These are all global shortcuts, not shortcuts. I suspect this is probably true
for many of the shortcut() calls spread out through this class, but I'll check those later. This makes alt-tab and friends almost work. svn path=/trunk/KDE/kdebase/workspace/; revision=599652
This commit is contained in:
parent
3f46d36bb9
commit
2ec9782f26
1 changed files with 6 additions and 6 deletions
|
@ -309,12 +309,12 @@ void Workspace::readShortcuts()
|
|||
{
|
||||
KGlobalAccel::self()->readSettings();
|
||||
|
||||
cutWalkThroughDesktops = keys->action("Walk Through Desktops")->shortcut();
|
||||
cutWalkThroughDesktopsReverse = keys->action("Walk Through Desktops (Reverse)")->shortcut();
|
||||
cutWalkThroughDesktopList = keys->action("Walk Through Desktop List")->shortcut();
|
||||
cutWalkThroughDesktopListReverse = keys->action("Walk Through Desktop List (Reverse)")->shortcut();
|
||||
cutWalkThroughWindows = keys->action("Walk Through Windows")->shortcut();
|
||||
cutWalkThroughWindowsReverse = keys->action("Walk Through Windows (Reverse)")->shortcut();
|
||||
cutWalkThroughDesktops = keys->action("Walk Through Desktops")->globalShortcut();
|
||||
cutWalkThroughDesktopsReverse = keys->action("Walk Through Desktops (Reverse)")->globalShortcut();
|
||||
cutWalkThroughDesktopList = keys->action("Walk Through Desktop List")->globalShortcut();
|
||||
cutWalkThroughDesktopListReverse = keys->action("Walk Through Desktop List (Reverse)")->globalShortcut();
|
||||
cutWalkThroughWindows = keys->action("Walk Through Windows")->globalShortcut();
|
||||
cutWalkThroughWindowsReverse = keys->action("Walk Through Windows (Reverse)")->globalShortcut();
|
||||
|
||||
delete popup;
|
||||
popup = NULL; // so that it's recreated next time
|
||||
|
|
Loading…
Reference in a new issue