Commit 2496d06d authored by Hannes Domani's avatar Hannes Domani Committed by Rémi Denis-Courmont

alphabetical order in vlc_keys

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 7b9c0214
......@@ -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