Skip to content
New issue

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

Toggle Line Comment on German Keyboard. #640

Closed
cebor opened this issue Nov 25, 2015 · 3 comments
Closed

Toggle Line Comment on German Keyboard. #640

cebor opened this issue Nov 25, 2015 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@cebor
Copy link

cebor commented Nov 25, 2015

Toggle Line Comment does not work on a german Keyboard on OSX (CMD + /)

@mafredri
Copy link

Same here with a scandinavian keyboard. The key combo is Cmd+Shift+7 which is essentially Cmd+/.

@mafredri
Copy link

I can actually work around this issue by defining the following key binding.

[
    { "key": "shift+cmd+/", "command": "editor.action.commentLine",
                               "when": "editorTextFocus"}
]

@alexdima
Copy link
Member

@cebor @mafredri

On my Swiss German keyboard (laptop), the / appears on top of 7 so I use:

{  "key": "ctrl+7", "command": "editor.action.commentLine", "when": "editorTextFocus"   }

Please see #713 for a detailed explanation and I'd like to invite you to help us figure out together good defaults for non-US standard keyboard layouts... possibly in the form of a VSCode extension.

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label May 27, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@mafredri @cebor @alexdima and others