mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 02:37:26 +01:00
Fixes #86400: forcefully => forcibly
This commit is contained in:
@@ -459,7 +459,7 @@ export class MacLinuxKeyboardMapper implements IKeyboardMapper {
|
||||
}
|
||||
|
||||
// Try to identify keyboard layouts where characters A-Z are missing
|
||||
// and forcefully map them to their corresponding scan codes if that is the case
|
||||
// and forcibly map them to their corresponding scan codes if that is the case
|
||||
const missingLatinLettersOverride: { [scanCode: string]: IMacLinuxKeyMapping; } = {};
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user