Index: ui/webui/resources/js/cr/ui/focus_row.js |
diff --git a/ui/webui/resources/js/cr/ui/focus_row.js b/ui/webui/resources/js/cr/ui/focus_row.js |
index 432c8a6dbebb656446c25e5ca19f772085f4c60a..248b88edb1de98e4143091257b15b605b48b6f17 100644 |
--- a/ui/webui/resources/js/cr/ui/focus_row.js |
+++ b/ui/webui/resources/js/cr/ui/focus_row.js |
@@ -266,7 +266,7 @@ cr.define('cr.ui', function() { |
if (this.delegate && this.delegate.onKeydown(this, e)) |
return; |
- if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) |
+ if (hasKeyModifiers(e)) |
return; |
var index = -1; |