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
Fixes#2883
__TODO:__
- [x] Make use of our new keyboard layout module (thanks @zbaylin !)
- [x] Bring back special-key handling
- [x] Add test case for #2883
- [x] Fix scancodes / verify 'AllKeysReleased' behavior for Control+Tab
- [x] Fix bug with C-C / C-D / C-U being forwarded to Vim
- [x] Fix newly introduced bug with Control+Shift+P/Cmd+Shift+P
__Next steps:__
- #2114 - respect 'no recursive' flag for remaps (#2908)
- #2293 - Update the `keyDown` function in `EditorInput` to take a list of candidates as opposed to a single keypress.
- #2293 - Enable some bindings that were previously blocked:
- `<C-W>+`
- `<C-W>_`
- `<C-W>|`
- Refactor input event subscription and `Sld2.TextInput.start` out of store and into a `Service_Input` sub
- Move `input` utility to common integration test infrastructure
- Remove the `KeyboardInput` Action
0 commit comments