提交 216c26f6 编写于 作者: S SteVen Batten

change to only check alt key is released

上级 f0736484
...@@ -403,7 +403,7 @@ export class MenubarControl extends Disposable { ...@@ -403,7 +403,7 @@ export class MenubarControl extends Disposable {
} }
// Alt key released // Alt key released
if (allModifiersReleased && modifierKeyStatus.lastKeyReleased === 'alt') { if (!modifierKeyStatus.altKey && modifierKeyStatus.lastKeyReleased === 'alt') {
this.awaitingAltRelease = false; this.awaitingAltRelease = false;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册