<!-- Please search existing issues to avoid creating duplicates. --> <!-- All extension-specific issues should be created with the `Extension Bug` template. --> - `code-server` version: <!-- The version of code-server --> 1.31.1-100 - OS Version: <!-- OS version, cloud provider, --> Windows 10 desktop, running on remote docker Ubuntu 18.04.1 LTS, downloading the release binary from the releases tab. #### Steps to Reproduce 1. Create a keyboard shortcut with a `when=!isMac` condition ``` { "key": "ctrl+d", "command": "editor.action.deleteLines", "when": "!isMac" }, ``` 2. Try to use shortcut in the editor, it does nothing