do not open on meta key, closes #165
This commit is contained in:
parent
95b89d44f8
commit
89ee75dd9d
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@
|
|||
case KEY.ALT:
|
||||
return true;
|
||||
}
|
||||
|
||||
if (k.metaKey) return true;
|
||||
|
||||
return false;
|
||||
},
|
||||
isFunctionKey: function (k) {
|
||||
|
|
Loading…
Add table
Reference in a new issue