summaryrefslogtreecommitdiffstats
path: root/input/keycodes.h
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-01-13 10:09:40 +0100
committerwm4 <wm4@mplayer2.org>2012-01-18 04:13:27 +0100
commitfdc7155ced89779a4ca59ea05c15c6ad419ee863 (patch)
treeeb9143fee96e0a4f2a1ac14aa0dbdeede2f0bb55 /input/keycodes.h
parent10ab86b73df2665ffc971699efd038964b10a794 (diff)
downloadmpv-fdc7155ced89779a4ca59ea05c15c6ad419ee863.tar.bz2
mpv-fdc7155ced89779a4ca59ea05c15c6ad419ee863.tar.xz
x11: add print and menu keys
Diffstat (limited to 'input/keycodes.h')
-rw-r--r--input/keycodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/keycodes.h b/input/keycodes.h
index 2467f31685..84b41a3e89 100644
--- a/input/keycodes.h
+++ b/input/keycodes.h
@@ -39,6 +39,7 @@
#define KEY_PAGE_UP (KEY_CTRL+5)
#define KEY_PAGE_DOWN (KEY_CTRL+6)
#define KEY_ESC (KEY_CTRL+7)
+#define KEY_PRINT (KEY_CTRL+8)
/* Control keys short name */
#define KEY_BS KEY_BACKSPACE