Shortcuts for moving windows between workspaces.
commitae7235c2df819604f2b407cc738a835f55e6b81f
authorIain Patterson <wm@iain.cx>
Wed, 27 Mar 2013 22:46:00 +0000 (27 22:46 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 28 Mar 2013 19:03:33 +0000 (28 19:03 +0000)
tree113ac48d6133f00a26d6089e2853f5e5682dad8f
parentcfdf1e92fe6dc89bd6f81e3479b8c5a68e0a385b
Shortcuts for moving windows between workspaces.

Added new keyboard shortcuts for moving windows between workspaces.

MoveToWorkspace1Key moves the active window directly to workspace 1.
Similarly for MoveToWorkspace2Key through MoveToWorkspace10Key.

MoveToNextWorkspaceKey moves the window to the next workspace,
MoveToPrevWorkspaceKey moves the window to the previous workspace.
Both keys respect the ws_advance and ws_cycle preferences.

MoveToNextWorkspaceLayerKey moves the window ten workspaces "forward" if
possible.
MoveToPrevWorkspaceLayerKey moves the window ten workspaces "back" if
possible.
src/defaults.c
src/event.c
src/keybind.h
src/window.c
src/window.h
src/winmenu.c