]> git.sesse.net Git - vlc/commit
Support any Unicode symbol as part of an hotkey
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 7 Oct 2009 19:39:59 +0000 (22:39 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 7 Oct 2009 19:43:27 +0000 (22:43 +0300)
commit9b12eb8cd33061e05fe870391d965a66080a7dfe
tree78b78663f58917bdfd6b2e09e5ee2d10fba38c75
parentb72ccbc55b251bcdf1da8a359a773fad19dd82de
Support any Unicode symbol as part of an hotkey

Currently, only the core supports this correctly, however.

Note that this means key configuration values become case sensitive
(case insentivity would be too complicated), but this should not be
a problem so long as the core key<->string functions are always used.
src/config/keys.c