From 7c69bcf4d5b195902c770bcbf84bd8b8c3427059 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Dubouilh Date: Thu, 13 Jul 2017 14:11:08 +0200 Subject: Alt/tab - define arrow keycode + numpad arrows --- src/core/keybindings.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/keybindings.h') diff --git a/src/core/keybindings.h b/src/core/keybindings.h index e1fa276e..a34524a0 100644 --- a/src/core/keybindings.h +++ b/src/core/keybindings.h @@ -29,6 +29,12 @@ #ifndef META_KEYBINDINGS_H #define META_KEYBINDINGS_H +#define ARROW_LEFT 113 +#define ARROW_LEFT_PAD 83 + +#define ARROW_RIGHT 114 +#define ARROW_RIGHT_PAD 85 + #include "display-private.h" #include "window.h" -- cgit v1.2.1