w3c / uievents-key

UI Events KeyboardEvents key Values
https://w3c.github.io/uievents-key/
Other
15 stars 16 forks source link

[DomKey] Suggest using DomKey "LaunchApplication1" instead of "LaunchMyComputer" for APPCOMMAND_LAUNCH_APP1 #27

Closed chong-z closed 7 years ago

chong-z commented 8 years ago

As suggested by dtoybox69@gmail.com, APPCOMMAND_LAUNCH_APP1 and APPCOMMAND_LAUNCH_APP2 could be customized and we don't know which application will be launched, so we should use a generic name like "LaunchApplication1" and "LaunchApplication2".

See https://crbug.com/612743:

IE and Firefox use LaunchApplication1 and LaunchApplication2 for them because applications cannot detect they will launch which application. So, using abstract name might be better.