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

Qt: map Print and Pause keys

parent 30bf97c7
...@@ -135,8 +135,8 @@ static const vlc_qt_key_t keys[] = ...@@ -135,8 +135,8 @@ static const vlc_qt_key_t keys[] =
{ Qt::Key_Enter, '\r' }, // numeric pad { Qt::Key_Enter, '\r' }, // numeric pad
{ Qt::Key_Insert, KEY_INSERT }, { Qt::Key_Insert, KEY_INSERT },
{ Qt::Key_Delete, KEY_DELETE }, { Qt::Key_Delete, KEY_DELETE },
// Qt::Key_Pause { Qt::Key_Pause, KEY_PAUSE },
// Qt::Key_Print { Qt::Key_Print, KEY_PRINT },
// Qt::Key_SysReq // Qt::Key_SysReq
// Qt::Key_Clear // Qt::Key_Clear
{ Qt::Key_Home, KEY_HOME }, { Qt::Key_Home, KEY_HOME },
......
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