diff options
Diffstat (limited to 'src/core/keybindings.h')
-rw-r--r-- | src/core/keybindings.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/keybindings.h b/src/core/keybindings.h index a34524a0..d5ea1afa 100644 --- a/src/core/keybindings.h +++ b/src/core/keybindings.h @@ -35,6 +35,13 @@ #define ARROW_RIGHT 114 #define ARROW_RIGHT_PAD 85 +#define ARROW_UP 111 +#define ARROW_UP_PAD 80 + +#define ARROW_DOWN 116 +#define ARROW_DOWN_PAD 88 + + #include "display-private.h" #include "window.h" |