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

Unified Diff: ash/sticky_keys/sticky_keys_overlay.cc

Issue 175343007: Add sticky key support for AltGr (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « ash/sticky_keys/sticky_keys_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sticky_keys/sticky_keys_overlay.cc
diff --git a/ash/sticky_keys/sticky_keys_overlay.cc b/ash/sticky_keys/sticky_keys_overlay.cc
index b054af8a14386032b672f47b3e60eacdcb04f475..4d32f0328bf0c70875ebdeb781b9266b3a1a3b96 100644
--- a/ash/sticky_keys/sticky_keys_overlay.cc
+++ b/ash/sticky_keys/sticky_keys_overlay.cc
@@ -161,6 +161,8 @@ StickyKeysOverlayView::StickyKeysOverlayView() {
l10n_util::GetStringUTF8(IDS_ASH_ALT_KEY));
AddKeyLabel(ui::EF_SHIFT_DOWN,
l10n_util::GetStringUTF8(IDS_ASH_SHIFT_KEY));
+ AddKeyLabel(ui::EF_ALTGR_DOWN,
Tim Song 2014/02/23 02:07:32 We should only show this label if the current keyb
Zachary Kuznia 2014/02/24 19:28:03 Sounds reasonable. I'd prefer to split the UI cha
+ l10n_util::GetStringUTF8(IDS_ASH_ALTGR_KEY));
}
StickyKeysOverlayView::~StickyKeysOverlayView() {}
« no previous file with comments | « ash/sticky_keys/sticky_keys_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698