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

Unified Diff: ui/keyboard/resources/layout_us.js

Issue 14674004: DRAFT: Add setKeyboardVisibility API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: ui/keyboard/resources/layout_us.js
diff --git a/ui/keyboard/resources/layout_us.js b/ui/keyboard/resources/layout_us.js
index baed112b29ee9f4ad413e860d8cd69201e71ec32..06fa30ac9dda79b342017b6b2e8d2c43ceff8ec5 100644
--- a/ui/keyboard/resources/layout_us.js
+++ b/ui/keyboard/resources/layout_us.js
@@ -52,7 +52,8 @@ var KEYS_US = [
new SpecialKey('comma', ',', ','),
new SpecialKey('space', ' ', 'Spacebar'),
new SpecialKey('period', '.', '.'),
- new SvgKey('return', 'Enter')
+ new SvgKey('return', 'Enter'),
+ new HideKeyboardKey()
]
];

Powered by Google App Engine
This is Rietveld 408576698