Commit c751034e authored by Hannes Domani's avatar Hannes Domani Committed by Jean-Baptiste Kempf

alphabetical order in vlc_keys

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
(cherry picked from commit 2496d06d)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 438d66ae
......@@ -96,8 +96,8 @@ static const struct key_descriptor_s vlc_keys[] =
{ "Tab", KEY_TAB },
{ "Unset", KEY_UNSET },
{ "Up", KEY_UP },
{ "Volume Mute", KEY_VOLUME_MUTE },
{ "Volume Down", KEY_VOLUME_DOWN },
{ "Volume Mute", KEY_VOLUME_MUTE },
{ "Volume Up", KEY_VOLUME_UP },
};
#define KEYS_COUNT (sizeof(vlc_keys)/sizeof(vlc_keys[0]))
......
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