Trying to bind cursorWordEndRight to alt
+;
+l
so that the command triggers when I press all three simultaneously, - not as a chord - but it highlights red in my Keybindings.json file and says You won't be able to produce this key combination under your current keyboard layout. Key or key sequence (separated by space)
Does VS Code not allow you to have keybinds with two letters? Any way to achieve this?
I think you can't, but you could work around it by using chords as long as one of the keys is a modifier. Basically, write every possible sequence of the keys plus the modifier(s) as a binding. Ex.
Limitations: