diff options
author | osch <oliver at luced de> | 2019-05-16 19:52:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-03 10:30:39 +0200 |
commit | ddee987ba42fe793cc5a8573288ef5d48dfef510 (patch) | |
tree | 0b8807b182ea6ff37000244d560b62ab606dbd17 /src/core/keybindings.h | |
parent | 06628329fc769efb2bcd83d9bd3a2dc742d94220 (diff) | |
download | marco-ddee987ba42fe793cc5a8573288ef5d48dfef510.tar.bz2 marco-ddee987ba42fe793cc5a8573288ef5d48dfef510.tar.xz |
Allow use of up/down arrow keys in alt+tab popup
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" |