Merge pull request #124288 from huszkacs/bug/issues_with_backspace

Fixes android screen-keyboard backspace issue.
This commit is contained in:
Alexandru Dima
2021-05-31 21:01:08 +02:00
committed by GitHub

View File

@@ -993,6 +993,7 @@ export class MacLinuxKeyboardMapper implements IKeyboardMapper {
|| (keyCode === KeyCode.End)
|| (keyCode === KeyCode.PageDown)
|| (keyCode === KeyCode.PageUp)
|| (keyCode === KeyCode.Backspace)
) {
// "Dispatch" on keyCode for these key codes to workaround issues with remote desktoping software
// where the scan codes appear to be incorrect (see https://github.com/microsoft/vscode/issues/24107)