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

Unbind alt+z #13198

Closed
replay111 opened this issue Oct 4, 2016 · 3 comments
Closed

Unbind alt+z #13198

replay111 opened this issue Oct 4, 2016 · 3 comments
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@replay111
Copy link

  • VSCode Version: 1.5.3
  • OS Version: macOS Sierra 10.12

Steps to Reproduce:

Is there any way to remap alt+z to other combination or even remove this binding?
In Polish language this combination should give my letter from my alphabet ("ż"), but because of this key binding I am not able to do this ;(

@Tyriar
Copy link
Member

Tyriar commented Oct 4, 2016

See documentation for how to unbind keybindings.

@Tyriar Tyriar closed this as completed Oct 4, 2016
@Tyriar Tyriar added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Oct 4, 2016
@replay111
Copy link
Author

[
    { "key": "alt+z",                 "command": "-editor.action.toggleWordWrap",
                                     "when": "editorTextFocus" }
]

@rebornix
Copy link
Member

It's the same as #17420 and we can reproduce this issue.

@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
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants