Does IDX not support alternative keyboard layouts?

I use dvorak, but when trying to use keybinds such as undo or redo in IDX, it assumes im using qwerty, so the keybinds are all messed up and some don’t work whatsoever, making it much harder for me to actually use IDX, is this a known issue? in the meantime ill see if i can figure out a solution.

2 Likes

same issue, all vim shortcuts like ctrl-d goes to what’s d on my physical keyboard.

Same issue here with the BÉPO (french Dvorak) layout. Quite frustrating :confused:

Actually control key combinations are intercepted at a lower level than the keyboard layout. The solution for me was to set "keyboard.dispatch": "keyCode" in my settings.json :tada: