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

Problem with polish letter #9205

Closed
paulhendrix opened this issue Jul 13, 2016 · 6 comments
Closed

Problem with polish letter #9205

paulhendrix opened this issue Jul 13, 2016 · 6 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension
Milestone

Comments

@paulhendrix
Copy link

paulhendrix commented Jul 13, 2016

  • VSCode Version: 1.3.1
  • OS Version: WIndows 10

Steps to Reproduce:

  1. Press key RightAlt-l
  2. Instead of getting polish character "Ł" some other operation is done (cursor is going to 1 col)
@alexdima
Copy link
Member

@paulhendrix We do not bind by default any ctrl+alt+ keybindings on Windows (the key codes generated when pressing AltGr+) especially to not prevent input in these cases.

Is it possible you have installed an extension that takes this keypress? Does this reproduce when running code --disable-extensions

You can try searching in the Default keybindings for "ctrl+alt+" and report here if you find one that involves a letter such as "ctrl+alt+l" and show the rules here --- they might be coming from an extension.

@alexdima alexdima added the info-needed Issue requires more information from poster label Jul 14, 2016
@alexdima alexdima added this to the Backlog milestone Jul 14, 2016
@paulhendrix
Copy link
Author

Yes you are right!
After I run "code --disable-extensions" the problem dissapeard.
I have extension "Bookmarks Alessandro Fragnani" and the problem is with that extension.
Thanks you very much!

@alexdima
Copy link
Member

@paulhendrix Please feel free to create an issue straight with the extension at https://github.com/alefragnani/vscode-bookmarks/issues , it uses ctrl+alt+k, ctrl+alt+l and ctrl+alt+j which might impact other languages as well.

@weinand weinand added *caused-by-extension Issue identified to be caused by an extension and removed info-needed Issue requires more information from poster labels Jul 16, 2016
@alefragnani
Copy link

Hi @alexandrudima ,

Do you have any suggestions on how could I update the default keybindings for extension, without affecting the already installed users?

I was thinking about to display a message right after installing the update, asking if the user would like to keep with the original keybindings, or replace with the new ones. If the user decides to keep the originals, I would update keybindings.json, adding the original values. Unless I was able to detect the keyboard layout and suggest another keybindings.

Thanks for your help.

@alefragnani
Copy link

alefragnani commented Jul 21, 2016

I search other reported issues about keybindings and keyboard layout and found this one (#1240) which would probably handle my case.

Thanks for your help

@alexdima
Copy link
Member

We plan at one point to improve the extension viewlet with information regarding the contributions each extension makes. So, at one point, as an end user, you could click on an extension and see the commands it contributes, the default keybindings it wishes to define for them, etc. But yeah, to come ...

@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
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

4 participants