Fixed: command+T will not target search box in UI

This commit is contained in:
Mark McDowall 2014-02-19 23:17:29 -08:00
parent 21afdf80a2
commit 668c667917
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ define(
return;
}
if (e.ctrlKey) {
if (e.ctrlKey || e.metaKey || e.altKey) {
return;
}