do not open on meta key, closes #165
This commit is contained in:
parent
95b89d44f8
commit
89ee75dd9d
@ -79,6 +79,9 @@
|
||||
case KEY.ALT:
|
||||
return true;
|
||||
}
|
||||
|
||||
if (k.metaKey) return true;
|
||||
|
||||
return false;
|
||||
},
|
||||
isFunctionKey: function (k) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user