We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same issue as #294 But for macOS and CMD key
{ "key": "cmd+[Slash]", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, { "key": "cmd+/", "command": "-editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }
The text was updated successfully, but these errors were encountered:
Keep this layout as it is because it would not support Dvorak keyboard layout if key position is enforced by [slash]
[slash]
ref. #307 (comment)
Sorry, something went wrong.
kasecato
No branches or pull requests
Same issue as #294
But for macOS and CMD key
The text was updated successfully, but these errors were encountered: