You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use the platform specific key binding look up (command id -> keyboard shortcut) when the text is talking about a command which has a command id. When the text is mentioning a single key like cmd, we have to include both the Windows/Linux and Mac key since there is no command id to lookup.
Review #702
In https://code.visualstudio.com/docs/editor/codebasics sometimes we are showing keybindings for different platforms
but sometimes we are smart enough to know that users are using Mac and we just show keys specific for Mac.
It's not a big deal but maybe we want to align them. Making it smart always.
The text was updated successfully, but these errors were encountered: