[Bug 21120] Define TV or A/V remote controller's keys

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21120

--- Comment #2 from Masayuki Nakano <masayuki@d-toybox.com> ---
On Windows, we can also dispatch key events for:

APPCOMMAND_BASS_BOOST (same as Qt::Key_BassBoost)       'AudioBassBoost'
APPCOMMAND_MIC_ON_OFF_TOGGLE                            'MicToggle'
APPCOMMAND_MICROPHONE_VOLUME_DOWN                       'MicVolumeDown'
APPCOMMAND_MICROPHONE_VOLUME_MUTE                       'MicVolumeMute'
APPCOMMAND_MICROPHONE_VOLUME_UP                         'MicVolumeUp'
APPCOMMAND_TREBLE_DOWN (same as Qt::Key_TrebleDown)     'AudioTrebleDown'
APPCOMMAND_TREBLE_UP (same as Qt::Key_TrebleUp)         'AudioTrebleUp'

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 27 February 2013 08:30:39 UTC