summaryrefslogtreecommitdiff
path: root/src/include/all-keybindings.h
diff options
context:
space:
mode:
authorRobert David <[email protected]>2015-01-22 22:40:44 +0100
committerRobert David <[email protected]>2015-01-23 15:20:22 +0100
commitda35f0b35b46682d3566cb0ffc7ec2136317a1c9 (patch)
tree0d86a101945a3ad883ee21bf98c22f5847f03089 /src/include/all-keybindings.h
parent05ac791462644b0d9dd909e995be996fdfa139cc (diff)
downloadmarco-da35f0b35b46682d3566cb0ffc7ec2136317a1c9.tar.bz2
marco-da35f0b35b46682d3566cb0ffc7ec2136317a1c9.tar.xz
Possible keybinding to switch to previous workspace.
Disabled at default.
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 5b030280..50532c4b 100644
--- a/src/include/all-keybindings.h
+++ b/src/include/all-keybindings.h
@@ -272,5 +272,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 */