This fixes a UI flash issue on Windows where the <kbd>⌘</kbd> key shows up right before <kbd>Ctrl</kbd> when using SSG (like Docusaurus).
This happened because in these scenarii, the site is generated on a server, and we can't know yet what will the user's OS be.
Closesfacebook/docusaurus#3682.