diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-09 21:42:15 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-09 21:42:15 -0500 |
commit | 1e959a2aeca4499a1b8a79d1793953348638b69f (patch) | |
tree | 9a65f975ce8917d33eab9152a48ab6befadb43b2 /twin/workspace.h | |
parent | 8d7bb2841842aca2eb69bfd847b8674abfa06425 (diff) | |
download | tdebase-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.h | 4 |
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; |