You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'LaunchPhone' as General or 'Phone' as Device
'PhoneCall' as Phone
'CameraFocusAdjust' as Device
'PhoneHangup' as Phone
'TogglePhoneCallHangup' as Phone
'LaunchVoiceDial' as General or Phone
'HeadsettHook' as Phone or Device
'ToggleMannerMode' as Phone or Device
'LaunchAddressBook' as General
Copied from W3C Bugzilla: https://www.w3.org/Bugs/Public/show_bug.cgi?id=21121
Masayuki Nakano 2013-02-26 07:55:53 UTC
There are some telephone related keys which are not defined in D3E:
GTK Qt Android
GDK_Phone Qt::Key_Phone
Qt::Key_Call KEYCODE_CALL
Qt::Key_CameraFocus KEYCODE_FOCUS
Qt::Key_Hangup KEYCODE_ENDCALL
Qt::Key_ToggleCallHangup
Qt::Key_VoiceDial
Qt::Key_LastNumberRedial
KEYCODE_HEADSETHOOK
KEYCODE_MANNER_MODE
KEYCODE_CONTACTS
Comment 1 Masayuki Nakano 2013-02-27 02:30:58 UTC
My suggestions are:
'LaunchPhone' as General or 'Phone' as Device
'PhoneCall' as Phone
'CameraFocusAdjust' as Device
'PhoneHangup' as Phone
'TogglePhoneCallHangup' as Phone
'LaunchVoiceDial' as General or Phone
'HeadsettHook' as Phone or Device
'ToggleMannerMode' as Phone or Device
'LaunchAddressBook' as General
Comment 2 Masayuki Nakano 2013-05-08 12:36:00 UTC
http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_MUTE
Android's KEYCODE_MUTE is a mute key for microphone.
It should be 'MicMute' as Device?
The text was updated successfully, but these errors were encountered: