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

Can't type Polish characters in editor #11090

Closed
PawelGIX opened this issue Aug 29, 2016 · 2 comments
Closed

Can't type Polish characters in editor #11090

PawelGIX opened this issue Aug 29, 2016 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster
Milestone

Comments

@PawelGIX
Copy link

  • VSCode Version: 1.4.0 (1.4.0)
  • OS Version: MacOS 10.10.5 (14F1808

Steps to reproduce:

  1. Add Polish Pro keyboard in System Preferences and try type in editor
  2. ALT + z
  3. ALT + c
  4. ALT + n

Expected results:
2. ż
3. ć
4. ń

@alexdima
Copy link
Member

@PawelGIX Did you install any extensions? Are you perhaps pressing AltGr? What happens when you type the same key combination in the Define keybinding widget (Preferences > Keyboard Shortcuts):

image

You can then search for the displayed string in the default keybindings (in the left) and identify the bad keybinding.

@alexdima alexdima added the info-needed Issue requires more information from poster label Aug 29, 2016
@alexdima alexdima added this to the Backlog milestone Aug 29, 2016
@PawelGIX
Copy link
Author

@alexandrudima
Thanks. That was default keybindings. I just override it with empty command like this:

{
    "key": "alt+c",
    "command": "",
    "when": "editorTextFocus"
}

@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
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants