提交 f8826e60 编写于 作者: B Benjamin Pasero

electron - disable _readIsISOKeyboard for now to test new version

上级 d619183f
......@@ -65,9 +65,9 @@ export class KeyboardLayoutMonitor {
}
private _readIsISOKeyboard(): boolean {
if (isMacintosh) {
return nativeKeymap.isISOKeyboard();
}
// if (isMacintosh) {
// return nativeKeymap.isISOKeyboard();
// }
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册