mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 19:39:20 -05:00
Merge pull request #124288 from huszkacs/bug/issues_with_backspace
Fixes android screen-keyboard backspace issue.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user