summaryrefslogtreecommitdiff
path: root/src/include/all-keybindings.h
diff options
context:
space:
mode:
authorNo_name <[email protected]>2015-09-25 11:33:36 +0200
committerNo_name <[email protected]>2015-09-25 11:33:36 +0200
commit2380955609c8bb383226951660d6fd1944481e9b (patch)
tree15a6f1e8249e92872bcf5fe2c41a8c0d08f609bc /src/include/all-keybindings.h
parent5a5236d833230939333fb9a66422e88e40f0f54d (diff)
parentda35f0b35b46682d3566cb0ffc7ec2136317a1c9 (diff)
downloadmarco-2380955609c8bb383226951660d6fd1944481e9b.tar.bz2
marco-2380955609c8bb383226951660d6fd1944481e9b.tar.xz
Merge pull request #168 from robertek/swith_to_workspace_prev
Possible keybinding to switch to previous workspace.
Diffstat (limited to 'src/include/all-keybindings.h')
-rw-r--r--src/include/all-keybindings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h
index a14777e9..a26720a1 100644
--- a/src/include/all-keybindings.h
+++ b/src/include/all-keybindings.h
@@ -277,5 +277,8 @@ keybind (move-to-side-w, handle_move_to_side_w, 0,
keybind (move-to-center, handle_move_to_center, 0,
BINDING_PER_WINDOW)
+keybind (switch-to-workspace-prev, handle_switch_to_workspace,
+ META_MOTION_PREV, 0)
+
/* eof all-keybindings.h */