Fixes android screen-keyboard backspace issue.

This commit is contained in:
huszkacs
2021-05-20 20:47:33 +02:00
parent 18ea5ac15e
commit 604b27db1b
@@ -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)