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

Keybinding widget: "<"-key not working for Swedish keyboard (Windows) #1794

Closed
AntonAderum opened this issue Jan 5, 2016 · 2 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@AntonAderum
Copy link

When using the Keybinding widget to edit the keybindings.json file, it will just respond with "unknown" when you try to press the key <. The < key is located between shift and z (see picture), and I belive that key isn't present on most US-keyboards.

At first I thought it was a problem with the node-native-keymap but when I try it it gives me the correct binding:

...
{ key_code: 'VKEY_OEM_7',
    value: 'ä',
    withShift: 'Ä',
    withAltGr: '',
    withShiftAltGr: '' },
  { key_code: 'VKEY_OEM_102',
    value: '<',
    withShift: '>',
    withAltGr: '|',
    withShiftAltGr: '' } ]

Not being able to bind that key makes it more or less impossible to use any vim-extensions since the < is used to indent.
I tried searching for a similar issue and all I could find was #1372 which is only somewhat related. I hope this isnt a duplicate.

keyboard

@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Jan 6, 2016
@alexdima
Copy link
Member

alexdima commented Jan 6, 2016

@AntonAderum
Copy link
Author

Thank you for your reply!

Do you have any plans for when / if you think you will support those missing VKEY's?
Maybe its something that the community can help out with..

Cheers!

@alexdima alexdima added this to the Jan 2016 milestone Jan 10, 2016
@bpasero bpasero assigned weinand and unassigned alexdima Jan 29, 2016
@weinand weinand added the verified Verification succeeded label Jan 29, 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
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants