summaryrefslogtreecommitdiffstats
path: root/twin/workspace.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-09 21:42:15 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-09 21:42:15 -0500
commit1e959a2aeca4499a1b8a79d1793953348638b69f (patch)
tree9a65f975ce8917d33eab9152a48ab6befadb43b2 /twin/workspace.h
parent8d7bb2841842aca2eb69bfd847b8674abfa06425 (diff)
downloadtdebase-1e959a2aeca4499a1b8a79d1793953348638b69f.tar.gz
tdebase-1e959a2aeca4499a1b8a79d1793953348638b69f.zip
Added Mac-like window switching for one app with keyboard shortcut Alt-~.
This resolves bug report 869. Thanks to Calvin Morrison.
Diffstat (limited to 'twin/workspace.h')
-rw-r--r--twin/workspace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/twin/workspace.h b/twin/workspace.h
index fb9302a00..7cb2c3a6a 100644
--- a/twin/workspace.h
+++ b/twin/workspace.h
@@ -343,6 +343,9 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin
void slotWalkThroughDesktops();
void slotWalkBackThroughDesktops();
+ void slotWalkThroughApps();
+ void slotWalkBackThroughApps();
+
void slotWalkThroughDesktopList();
void slotWalkBackThroughDesktopList();
void slotWalkThroughWindows();
@@ -565,6 +568,7 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin
KShortcut cutWalkThroughDesktops, cutWalkThroughDesktopsReverse;
KShortcut cutWalkThroughDesktopList, cutWalkThroughDesktopListReverse;
KShortcut cutWalkThroughWindows, cutWalkThroughWindowsReverse;
+ KShortcut cutWalkThroughApps, cutWalkThroughAppsReverse;
bool mouse_emulation;
unsigned int mouse_emulation_state;
WId mouse_emulation_window;