[vlc-devel] commit: Add a bunch of possible hotkeys (Antoine Cellerier )

git version control git at videolan.org
Sat Mar 28 17:10:23 CET 2009


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Jan 25 19:22:34 2009 +0100| [10ef24eec8d8ddae7e96850feb11ce5be1cdaca8] | committer: Antoine Cellerier 

Add a bunch of possible hotkeys

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10ef24eec8d8ddae7e96850feb11ce5be1cdaca8
---

 include/vlc_keys.h |   29 +++++++++++++++++++++--------
 1 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/include/vlc_keys.h b/include/vlc_keys.h
index c39c475..450a6f3 100644
--- a/include/vlc_keys.h
+++ b/include/vlc_keys.h
@@ -178,21 +178,34 @@ static const struct key_descriptor_s vlc_keys[] =
     { "x", 'x' },
     { "y", 'y' },
     { "z", 'z' },
+    { "!", '!' },
+    { "\"", '\"' },
+    { "#", '#' },
+    { "$", '$' },
+    { "%", '%' },
+    { "&", '&' },
+    { "'", '\'' },
+    { "(", ')' },
+    { ")", ')' },
+    { "*", '*' },
     { "+", '+' },
-    { "=", '=' },
-    { "-", '-' },
     { ",", ',' },
+    { "-", '-' },
     { ".", '.' },
-    { "<", '<' },
-    { ">", '>' },
-    { "`", '`' },
     { "/", '/' },
+    { ":", ':' },
     { ";", ';' },
-    { "'", '\'' },
-    { "\\", '\\' },
+    { "<", '<' },
+    { "=", '=' },
+    { ">", '>' },
+    { "?", '?' },
+    { "@", '@' },
     { "[", '[' },
+    { "\\", '\\' },
     { "]", ']' },
-    { "*", '*' },
+    { "^", '^' },
+    { "_", '_' },
+    { "`", '`' },
     { "Browser Back", KEY_BROWSER_BACK },
     { "Browser Forward", KEY_BROWSER_FORWARD },
     { "Browser Refresh", KEY_BROWSER_REFRESH },




More information about the vlc-devel mailing list