Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: ui/events/keycodes/dom/dom_key_data.inc

Issue 2644763002: Rename Launch MyComputer/Calculator to Application1/2 (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698