Fixes #86400: forcefully => forcibly

This commit is contained in:
Alex Dima
2020-01-23 11:07:10 +01:00
parent af9e425939
commit 08647f57e3
@@ -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; } = {};
{