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

Unified Diff: chrome/browser/resources/chromeos/braille_ime/externs.js

Issue 271723002: Make Braille IME send space bar as an empty cell instead of letting propagate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ime
Patch Set: Simplify a check. Created 6 years, 7 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 | « chrome/browser/resources/chromeos/braille_ime/check_braille_ime.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/braille_ime/externs.js
diff --git a/chrome/browser/resources/chromeos/braille_ime/externs.js b/chrome/browser/resources/chromeos/braille_ime/externs.js
index b67dd282277e966674e230d032c58018a02471e3..1ca953473ee02be6198bdd1eb5d2d565ef0430c1 100644
--- a/chrome/browser/resources/chromeos/braille_ime/externs.js
+++ b/chrome/browser/resources/chromeos/braille_ime/externs.js
@@ -141,6 +141,9 @@ ChromeKeyboardEvent.prototype.ctrlKey;
/** @type {boolean} */
ChromeKeyboardEvent.prototype.shiftKey;
+/** @type {boolean} */
+ChromeKeyboardEvent.prototype.capsLock;
+
/**
* @constructor
*/
« no previous file with comments | « chrome/browser/resources/chromeos/braille_ime/check_braille_ime.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698