Chromium Code Reviews| Index: ui/events/keycodes/dom/dom_key_data.inc |
| diff --git a/ui/events/keycodes/dom/dom_key_data.inc b/ui/events/keycodes/dom/dom_key_data.inc |
| index 2eaa8a7b591b75d2da04ef54a5b074c221534c6f..8337b019fec2508d8d8d08a5ee07b91f64c7e0ce 100644 |
| --- a/ui/events/keycodes/dom/dom_key_data.inc |
| +++ b/ui/events/keycodes/dom/dom_key_data.inc |
| @@ -349,15 +349,13 @@ DOM_KEY_MAP_DECLARATION { |
| // ====================================================== |
| // Key Enum Value |
| - // "LaunchCalculator" is equivalent to "Launch Application 2": |
| - DOM_KEY_MAP("LaunchCalculator", LAUNCH_CALCULATOR, 0x0B01), |
| + DOM_KEY_MAP("LaunchApplication1", LAUNCH_MY_COMPUTER, 0x0B06), |
|
chongz
2017/01/19 16:33:09
Just a note: It seems to me that this table is mos
chongz
2017/01/19 16:47:10
Never mind it seems that we should order by |Key|
|
| + DOM_KEY_MAP("LaunchApplication2", LAUNCH_CALCULATOR, 0x0B01), |
| DOM_KEY_MAP("LaunchCalendar", LAUNCH_CALENDAR, 0x0B02), |
| DOM_KEY_MAP("LaunchContacts", LAUNCH_CONTACTS, 0x0B0C), |
| DOM_KEY_MAP("LaunchMail", LAUNCH_MAIL, 0x0B03), |
| DOM_KEY_MAP("LaunchMediaPlayer", LAUNCH_MEDIA_PLAYER, 0x0B04), |
| DOM_KEY_MAP("LaunchMusicPlayer", LAUNCH_MUSIC_PLAYER, 0x0B05), |
| - // "LaunchMyComputer" is equivalent to "Launch Application 1": |
| - DOM_KEY_MAP("LaunchMyComputer", LAUNCH_MY_COMPUTER, 0x0B06), |
| DOM_KEY_MAP("LaunchPhone", LAUNCH_PHONE, 0x0B0D), |
| DOM_KEY_MAP("LaunchScreenSaver", LAUNCH_SCREEN_SAVER, 0x0B07), |
| DOM_KEY_MAP("LaunchSpreadsheet", LAUNCH_SPREADSHEET, 0x0B08), |