Commit 10ef24ee authored by Antoine Cellerier's avatar Antoine Cellerier

Add a bunch of possible hotkeys

parent b6352fa8
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment