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

Unified 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: ensure no line breaks in the middle of shortcuts texts 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 side-by-side diff with in-line comments
Download patch
Index: ash/ash_chromeos_strings.grdp
diff --git a/ash/ash_chromeos_strings.grdp b/ash/ash_chromeos_strings.grdp
index 3adf983b938c456a106771bd152c1db3b29976b7..164309406841b995390e6f7478862f56940c58f0 100644
--- a/ash/ash_chromeos_strings.grdp
+++ b/ash/ash_chromeos_strings.grdp
@@ -441,12 +441,35 @@ Press Shift + Alt to switch.
</message>
<!-- Deprecated Accelerators Messages -->
+ <!-- Shortcut keys MUST be connected with pluses (e.g. Ctrl+Shift+L). -->
+ <message name="IDS_SHORTCUT_LOCK_SCREEN_OLD" desc="the old deprecated shortcut to lock the screen.">
+ Ctrl+Shift+L
+ </message>
+ <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to lock the screen.">
+ Search+L
+ </message>
+ <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated shortcut to open the task manager.">
+ Shift+Esc
+ </message>
+ <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to open the task manager.">
+ Search+Esc
+ </message>
+ <message name="IDS_SHORTCUT_NEXT_IME_OLD" desc="the old deprecated shortcut to switch to the next input method.">
+ Shift+Alt
+ </message>
+ <message name="IDS_SHORTCUT_NEXT_IME_NEW" desc="the new shortcut to switch to the next input method.">
+ Ctrl+Shift+Space
+ </message>
<message name="IDS_DEPRECATED_LOCK_SCREEN_MSG"
desc="Notification message to tell users about the deprecation of Ctrl+Shift+L shortcut to lock the screen.">
- The screen lock shortcut has changed. Please use Search+L instead of Ctrl+Shift+L.
+ The shortcut to lock the screen has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+Shift+L</ex></ph>.
</message>
<message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG"
desc="Notification message to tell users about the deprecation of Shift+ESC shortcut to show the task manager.">
- The task manager shortcut has changed. Please use Search+Esc instead of Shift+Esc.
+ 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>Shift+Esc</ex></ph>.
+ </message>
+ <message name="IDS_DEPRECATED_NEXT_IME_MSG"
+ desc="Notification message to tell users about the deprecation of Shift+Alt shortcut to switch to the next input method.">
+ 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_SHORTCUT">$2<ex>Shift+Alt</ex></ph>.
</message>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698