summaryrefslogtreecommitdiff
path: root/src/core/keybindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/keybindings.h')
-rw-r--r--src/core/keybindings.h6
1 files changed, 6 insertions, 0 deletions
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"