summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/keybindings.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/keybindings.c b/src/core/keybindings.c
index 5eec52d0..e764a4e7 100644
--- a/src/core/keybindings.c
+++ b/src/core/keybindings.c
@@ -2219,6 +2219,15 @@ process_tab_grab (MetaDisplay *display,
break;
}
+ /* Allow use of arrows while in window switching mode */
+ if (event->xkey.keycode == 114)
+ key_used = TRUE;
+ else if (event->xkey.keycode == 113)
+ {
+ key_used = TRUE;
+ backward = TRUE;
+ }
+
if (key_used)
{
meta_topic (META_DEBUG_KEYBINDINGS,