summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/android.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2013-06-13 16:46:50 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-17 13:59:44 +0200
commita5ecb0bcfd0295723ef6c58136397b9455ec482c (patch)
treeeb327611ae151d705ed6841746c4ce00c266cb1d /src/plugins/platforms/android/android.pro
parentd135a311a34e693d761a3607663b0879be9bbf65 (diff)
Android Mute and FastForward keys mapped wrong
KEYCODE_MEDIA_FAST_FORWARD is mapped to Qt::Key_Forward, which undoes Back. I believe the best match in Qt would be Qt::Key_AudioForward which is also mapped by XCB from XF86XK_AudioForward /* fast-forward audio track */ KEYCODE_MUTE is mapped to Qt::Key_Volume_Mute, but the mute button is for muting the microphone, the volume mute is called KEYCODE_VOLUME_MUTE. Change-Id: Id0b78c9bde78faef1f5d31019693e6c466941d70 Reviewed-by: BogDan Vatra <bogdan@kde.org>
Diffstat (limited to 'src/plugins/platforms/android/android.pro')
0 files changed, 0 insertions, 0 deletions