summaryrefslogtreecommitdiffstats
path: root/libvo/wskeys.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-09 17:05:39 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-09 17:05:39 +0000
commit2b1f95dcc2f80cd148ab9e70b9a3bece92541d59 (patch)
tree6e6621d472bd61b51521ee033f8f3db316b85bba /libvo/wskeys.h
parent0884192c18cfef6e2a7c0be0e8b55a592ff4748d (diff)
downloadmpv-2b1f95dcc2f80cd148ab9e70b9a3bece92541d59.tar.bz2
mpv-2b1f95dcc2f80cd148ab9e70b9a3bece92541d59.tar.xz
keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal input code supports it). Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9892 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/wskeys.h')
-rw-r--r--libvo/wskeys.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/libvo/wskeys.h b/libvo/wskeys.h
index bf61cf82ef..18eae2465c 100644
--- a/libvo/wskeys.h
+++ b/libvo/wskeys.h
@@ -102,6 +102,28 @@
#define wsGrayMinus 0xad + 256
#define wsGrayMul 0xaa + 256
#define wsGrayDiv 0xaf + 256
+#define wsGrayDecimal 0xae + 256
+#define wsGray0 0xb0 + 256
+#define wsGray1 0xb1 + 256
+#define wsGray2 0xb2 + 256
+#define wsGray3 0xb3 + 256
+#define wsGray4 0xb4 + 256
+#define wsGray5 0xb5 + 256
+#define wsGray6 0xb6 + 256
+#define wsGray7 0xb7 + 256
+#define wsGray8 0xb8 + 256
+#define wsGray9 0xb9 + 256
+#define wsGrayHome 0x95 + 256
+#define wsGrayLeft 0x96 + 256
+#define wsGrayUp 0x97 + 256
+#define wsGrayRight 0x98 + 256
+#define wsGrayDown 0x99 + 256
+#define wsGrayPgUp 0x9a + 256
+#define wsGrayPgDn 0x9b + 256
+#define wsGrayEnd 0x9c + 256
+#define wsGray5Dup 0x9d + 256
+#define wsGrayInsert 0x9e + 256
+#define wsGrayDelete 0x9f + 256
#endif