]> git.sesse.net Git - vlc/commit
Export vlc_str2keycode()
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 19 Feb 2011 13:57:55 +0000 (15:57 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 19 Feb 2011 13:57:55 +0000 (15:57 +0200)
commit325436b1fe781f3df9d5551d4b7369eaa56b6f05
tree62da2da35acd37c709e3a386c54fc2e72e63a36a
parente55de111491d80c4fe2b7909662695aa1b216a62
Export vlc_str2keycode()

This is needed for global hotkeys. In the best of worlds, I think the
global hotkey plugins would directly get the list of keycodes to grab
using a dedicated plugin type. This would avoid the need to replicate
hotkey configuration parsing. But it would need some more work.
include/vlc_keys.h
src/config/keys.c
src/libvlccore.sym