Closed mousetraps closed 4 years ago
@mousetraps We use the comma in that view to render multiple different keybindings.
i.e. Close Notification Messages
is bound to Escape and to Shift+Escape
while View: Close All Editors
is bound only to Ctrl+K Ctrl+W
Should we render chords using some fancy Unicode character between the two pieces? e.g.
Ctrl+K ⤳ Ctrl+W
Ctrl+K ⤼ Ctrl+W
Ctrl+K ⟿ Ctrl+W
Maybe you have some ideas?
@alexandrudima interesting - a couple different ideas then:
E.g. Option 2 is what VS goes for (and iirc WebStorm as well)
@bpasero We could simply show only one keybinding in the F1
list, not sure why we're showing all of them.
Fine by me, if someone wants to step in and do it. @mousetraps ?
Fyi, command pallette is no longer showing multiple keybindings.
As I understand this, this should be closed
Testing #16560
Would help improve readability. This goes for watermark, docs, and command palette. For example:
Ctrl+K Ctrl+M
->Ctrl+K, Ctrl+M
Ctrl+K M
->Ctrl+K, M
Also note that this is scheme is consistent with almost every other editor out there. We also seem to do this for some commands, but not others. E.g.