Index: ui/keyboard/resources/elements/kb-modifier-key.html |
diff --git a/ui/keyboard/resources/elements/kb-modifier-key.html b/ui/keyboard/resources/elements/kb-modifier-key.html |
index 343a5940d2dadac61b5b3648f4687899c2a3dad2..ebe9cf79e3aef86385003a481b6624a3b34c14c9 100644 |
--- a/ui/keyboard/resources/elements/kb-modifier-key.html |
+++ b/ui/keyboard/resources/elements/kb-modifier-key.html |
@@ -64,10 +64,10 @@ |
}, |
/** |
- * Notifies key that a non-control keyed up. |
+ * Notifies key that a non-control keyed was typed. |
* A control key is defined as one of shift, control or alt. |
*/ |
- onNonControlKeyUp: function() { |
+ onNonControlKeyTyped: function() { |
switch(this.state) { |
case (KEY_STATES.TAPPED): |
this.state = KEY_STATES.UNLOCKED; |