From e8b2d2156a6f530812d9958b3675e2402e44ecab Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 6 Nov 2014 18:09:32 +0100 Subject: Revert "Possible keybinding to switch to previous workspace." This reverts commit 69b7a0ad9277f21ad761c84ac1bae5455a2f879e. It has the unintended side-effect that it reverses the alt+tab behaviour. --- src/core/keybindings.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core/keybindings.c') diff --git a/src/core/keybindings.c b/src/core/keybindings.c index 8176b96f..eea49baf 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -2252,14 +2252,6 @@ handle_switch_to_workspace (MetaDisplay *display, { gint which = binding->handler->data; MetaWorkspace *workspace; - - if (which == META_MOTION_PREV) - { - workspace = screen->prev_workspace; - if (workspace) - meta_workspace_activate (workspace, event->xkey.time); - return; - } if (which < 0) { -- cgit v1.2.1