Bold command name. Seperator now "Or" for tips

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