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
commit a8a57c3fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)