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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 2487463003: Add Search+Shift+H as global shortcut to toggle high contrast mode. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | ash/common/accelerators/accelerator_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 The shortcut to lock the screen has changed. Please use <ph name="NEW_SHORTC UT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+Shift +L</ex></ph>. 606 The shortcut to lock the screen has changed. Please use <ph name="NEW_SHORTC UT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+Shift +L</ex></ph>.
607 </message> 607 </message>
608 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" 608 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
609 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 609 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
610 The shortcut to open the task manager has changed. Please use <ph name="NEW_ SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Sh ift+Esc</ex></ph>. 610 The shortcut to open the task manager has changed. Please use <ph name="NEW_ SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Sh ift+Esc</ex></ph>.
611 </message> 611 </message>
612 <message name="IDS_DEPRECATED_NEXT_IME_MSG" 612 <message name="IDS_DEPRECATED_NEXT_IME_MSG"
613 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method."> 613 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method.">
614 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>. 614 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>.
615 </message> 615 </message>
616
617 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back -->
618 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
619 desc="Notification message to tell users that they just pressed the S earch+Shift+H shortcut to toggle High Contrast Mode, and that pressing it again will toggle it off.">
620 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
621 </message>
616 </grit-part> 622 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ash/common/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698