You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also getting this issue, it appears to be related to the new way of checking KeyBoardEvent.code, worse still it's not just navigating the text that doesn't work, using the arrow keys on code completion suggestions doesn't work properly either, the 'Delete' key also seems not to work.
I'm on X11 over SHH, not sure if that could be part of the problem.
As a workaround setting "keyboard.dispatch": "keyCode" reverts to the old behaviour and fixes it.
Similar issue here, ESC and CAPS are swapped in my X11 config. After updating to version 1.11.1 the ESC and CAPS are not swapped in the editor but swapped on my system.
The workaround submitted by @Sgtpanda fixes this, but the behaviour is unexpected and confusing.
@dmitsh@Sgtpanda Duplicate of #24107 -- the latest insiders release contains a fix, would you mind validating?
@initiumSrc Duplicate of #23991 - the only workaround for now is to use "keyboard.dispatch": "keyCode".
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: