[vlc-commits] Qt: map Print and Pause keys
Rémi Denis-Courmont
git at videolan.org
Wed Nov 6 21:40:20 CET 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Nov 6 22:38:52 2013 +0200| [6282c0e36821db1136da77f60765e5de14c19bee] | committer: Rémi Denis-Courmont
Qt: map Print and Pause keys
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6282c0e36821db1136da77f60765e5de14c19bee
---
modules/gui/qt4/util/customwidgets.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/util/customwidgets.cpp b/modules/gui/qt4/util/customwidgets.cpp
index b9d5bfb..847ea65 100644
--- a/modules/gui/qt4/util/customwidgets.cpp
+++ b/modules/gui/qt4/util/customwidgets.cpp
@@ -135,8 +135,8 @@ static const vlc_qt_key_t keys[] =
{ Qt::Key_Enter, '\r' }, // numeric pad
{ Qt::Key_Insert, KEY_INSERT },
{ Qt::Key_Delete, KEY_DELETE },
- // Qt::Key_Pause
- // Qt::Key_Print
+ { Qt::Key_Pause, KEY_PAUSE },
+ { Qt::Key_Print, KEY_PRINT },
// Qt::Key_SysReq
// Qt::Key_Clear
{ Qt::Key_Home, KEY_HOME },
More information about the vlc-commits
mailing list