Bold command name. Seperator now "Or" for tips

上级 0286e788
......@@ -25,6 +25,7 @@
width: 49%;
margin: 0 1% 0 0;
text-align: right;
font-weight: bold;
}
.monaco-workbench > .part.editor > .watermark dd {
......
......@@ -50,8 +50,8 @@ export function create(container: Builder, keybindingService: IKeybindingService
entry.ids
.map(id => keybindingService.lookupKeybindings(id)
.map(k => keybindingService.getLabelFor(k))
.join(', ') || UNBOUND)
.join(' / ')
.join(' or ') || UNBOUND)
.join(' or ')
));
}));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册