diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/all-keybindings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h index 10488a12..445d39f7 100644 --- a/src/include/all-keybindings.h +++ b/src/include/all-keybindings.h @@ -111,6 +111,9 @@ keybind (switch-to-workspace-up, handle_switch_to_workspace, keybind (switch-to-workspace-down, handle_switch_to_workspace, META_MOTION_DOWN, 0) +keybind (switch-to-workspace-prev, handle_switch_to_workspace, + META_MOTION_PREV, 0) + /***********************************/ /* The ones which have inverses. These can't be bound to any keystroke |