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
current command for toggle line comment use wrong shortcut
{ "key": "ctrl+/", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }
need to be more independent of user locale and keyboard layout
{ "key": "ctrl+[Slash]", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }
The text was updated successfully, but these errors were encountered:
a3597dd
Merge pull request #305 from kasecato/#294/layout-independent
8afdaa0
Fixed #294 Keyboard layout-independent bindings
I released it on v1.5.10 now. Please check it
Sorry, something went wrong.
I just tried it using Dvorak keyboard layout, and ctrl+z is broken :( I filed #307
ctrl+z
kasecato
No branches or pull requests
current command for toggle line comment use wrong shortcut
need to be more independent of user locale and keyboard layout
The text was updated successfully, but these errors were encountered: