提交 cc46bbf5 编写于 作者: J Joao Moreno

fixes #23745

上级 e79e82ca
......@@ -271,7 +271,7 @@ class KeyboardController<T> implements IDisposable {
}
function isSelectionSingleChangeEvent(event: IListMouseEvent<any>): boolean {
return platform.isMacintosh ? event.altKey : event.ctrlKey;
return platform.isMacintosh ? event.metaKey : event.ctrlKey;
}
function isSelectionRangeChangeEvent(event: IListMouseEvent<any>): boolean {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册