Commit d94635b6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: map Browser Refresh to VLC

parent 40979d3b
...@@ -234,7 +234,8 @@ static const vlc_qt_key_t keys[] = ...@@ -234,7 +234,8 @@ static const vlc_qt_key_t keys[] =
// Qt::Key_LaunchMail // Qt::Key_LaunchMail
// Qt::Key_LaunchMedia // Qt::Key_LaunchMedia
/* Qt::Key_Launch0 through Qt::Key_LaunchF */ /* Qt::Key_Launch0 through Qt::Key_LaunchF */
// Qt::Key_MediaLast /* ... */
{ Qt::Key_Reload, KEY_BROWSER_REFRESH },
}; };
static int keycmp( const void *a, const void *b ) static int keycmp( const void *a, const void *b )
......
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