We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9e425 commit 08647f5Copy full SHA for 08647f5
1 file changed
src/vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts
@@ -459,7 +459,7 @@ export class MacLinuxKeyboardMapper implements IKeyboardMapper {
459
}
460
461
// 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
+ // and forcibly map them to their corresponding scan codes if that is the case
463
const missingLatinLettersOverride: { [scanCode: string]: IMacLinuxKeyMapping; } = {};
464
465
{
0 commit comments