]> git.sesse.net Git - vlc/commit
Store hotkey mappings in a tree instead of a table
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 12 Feb 2011 21:49:56 +0000 (23:49 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 12 Feb 2011 21:57:34 +0000 (23:57 +0200)
commit10fa1a40eee46b534be753600bb47b7d70392039
treed600c888c14968eeb8c7f32d978917ebe080cc3a
parentcd1e2f6a68c2acb18db5956a4807a03e72a06692
Store hotkey mappings in a tree instead of a table

This avoids storing unmapping actions. More interestingly, this will
enable multiple keys per action.
src/config/keys.c