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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 1414483011: Deprecate Shift+Alt to switch IME and use Ctrl+Shift+Space instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modified the design to account for deprecated accelerators that map to the same action. Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from ash_strings.grd). 2 <!-- ChromeOS-specific strings (included from ash_strings.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 5
6 <!-- Device types --> 6 <!-- Device types -->
7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)"> 7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)">
8 Chromebase 8 Chromebase
9 </message> 9 </message>
10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)"> 10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)">
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 442
443 <!-- Deprecated Accelerators Messages --> 443 <!-- Deprecated Accelerators Messages -->
444 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" 444 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG"
445 desc="Notification message to tell users about the deprecation of Ctr l+Shift+L shortcut to lock the screen."> 445 desc="Notification message to tell users about the deprecation of Ctr l+Shift+L shortcut to lock the screen.">
446 The screen lock shortcut has changed. Please use Search+L instead of Ctrl+Sh ift+L. 446 The screen lock shortcut has changed. Please use Search+L instead of Ctrl+Sh ift+L.
447 </message> 447 </message>
448 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" 448 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
449 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 449 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
450 The task manager shortcut has changed. Please use Search+Esc instead of Shif t+Esc. 450 The task manager shortcut has changed. Please use Search+Esc instead of Shif t+Esc.
451 </message> 451 </message>
452 <message name="IDS_DEPRECATED_NEXT_IME_MSG"
453 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method.">
454 The switch to the next input method shortcut has changed. Please use Ctrl+Sh ift+Space instead of Shift+Alt.
455 </message>
452 </grit-part> 456 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698