Skip to content

Commit 08647f5

Browse files
committed
Fixes microsoft#86400: forcefully => forcibly
1 parent af9e425 commit 08647f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ export class MacLinuxKeyboardMapper implements IKeyboardMapper {
459459
}
460460

461461
// Try to identify keyboard layouts where characters A-Z are missing
462-
// and forcefully map them to their corresponding scan codes if that is the case
462+
// and forcibly map them to their corresponding scan codes if that is the case
463463
const missingLatinLettersOverride: { [scanCode: string]: IMacLinuxKeyMapping; } = {};
464464

465465
{

0 commit comments

Comments
 (0)