[w3c/uievents-key] No differences between "AudioBassDown", "AudioBassUp" and "AudioBassBoostDown", "AudioBassBoostUp"? (#25)

"AudioBassDown"  Decrease bass. (APPCOMMAND_BASS_DOWN) 
"AudioBassBoostDown"  Decrease audio bass boost or cycle down through bass boost states. (VK_BASS_BOOST_DOWN) 

It seems that they can be merged.

And also

"AudioBassBoostUp"  Increase audio bass boost or cycle up through bass boost states. (VK_BASS_BOOST_UP) 
"AudioBassUp"  Increase bass. (APPCOMMAND_BASS_UP) 

"AudioBassDown" and "AudioBassUp" are defined only for APPCOMMAND of Windows. And Windows doesn't have virtual key code values about BassDown/Up. So, I think that AudioBassDown and AudioBassUp can be dropped from the spec.

Chromium already defined them, though:
https://code.google.com/p/chromium/codesearch#chromium/src/ui/events/keycodes/dom/dom_key_data.inc&q=AudioBass&sq=package:chromium&type=cs&l=319

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents-key/issues/25

Received on Monday, 16 May 2016 15:08:48 UTC