From 69b7a0ad9277f21ad761c84ac1bae5455a2f879e Mon Sep 17 00:00:00 2001 From: Robert David Date: Mon, 10 Mar 2014 11:58:07 +0100 Subject: Possible keybinding to switch to previous workspace. Disabled at default. --- src/include/all-keybindings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/all-keybindings.h') 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 -- cgit v1.2.1