keybindings: Remove special-case code for reversing automatically
Since we now directly expose the reverses bindings directly, we don't have to have this special-case in do_choose_window. More importantly, if the backwards binding is pressed and has the Shift key included, this will actually revert it This doesn't matter for Alt-Tab in gnome-shell, which already replaces it with a better Alt-Tab replacement, but it does matter for Alt-Esc, which switches between windows directly.
This commit is contained in:
parent
0faa900207
commit
310083aeb2
@ -2955,10 +2955,6 @@ do_choose_window (MetaDisplay *display,
|
||||
meta_topic (META_DEBUG_KEYBINDINGS,
|
||||
"Tab list = %u\n", type);
|
||||
|
||||
/* reverse direction if shift is down */
|
||||
if (event->modifier_state & CLUTTER_SHIFT_MASK)
|
||||
backward = !backward;
|
||||
|
||||
window = meta_display_get_tab_next (display,
|
||||
type,
|
||||
screen->active_workspace,
|
||||
|
Loading…
Reference in New Issue
Block a user