Neo keyboard layout: How do I map "Ctrl+ä"? How do I use "Ctrl+["? #46481
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
keyboard-layout
Keyboard layout issues
Milestone
I use this keyboard layout. It is not standard, but it is very good and it gains a lot of popularity.
http://neo-layout.org/grafik/druckvorlage/neo-druckvorlage.png
The problem I have is with binding keys on that keyboard layout.
For example that keyboard layout has a specific undo key (AltGr+Z). VSCode completely ignores that key. I can't map it to undo.
Since I have a few keys that no other keyboard has, I thought I could use them to bind them to functions and therefore avoid conflicts. For example the keyboard shortcut
Ctrl+ü
. But VSCode here mapsü
(without my permission) to what the us keyboard would have at that position, which isz
. And now I getCtrl+z
. This is not what I wanted, because that is already mapped to undo.And then there are keyboard bindings predefined, for example
Ctrl+[
.[
is on the same key asL
, but I have to press a modifier with it. But VSCode here thinks again. The modifier is completely filtered out and and instead ofCtrl+[
VSCode thinks I pressedCtrl+L
. There is no way I can typeCtrl+[
.As a result I am not able to use all predefined keyboard shortcuts and I can't remap those shortcuts to the extra keys that I do have.
The text was updated successfully, but these errors were encountered: