From 08647f57e390fecbb02b8ea42e0e4901e677ee88 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 23 Jan 2020 11:07:10 +0100 Subject: [PATCH] Fixes #86400: forcefully => forcibly --- .../services/keybinding/common/macLinuxKeyboardMapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts b/src/vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts index 205b4f2ae98..855d0ddfd3a 100644 --- a/src/vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts +++ b/src/vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts @@ -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; } = {}; {