884
885
if (this._OS === OperatingSystem.Linux && !this._isUSStandard) {
887
>
// when using a different keyboard layout than US Standard.
888
>
// See https://github.com/microsoft/vscode/issues/23706
889
>
// See https://github.com/microsoft/vscode/pull/134890#issuecomment-941671791
890
>
const isOEMKey = (
891
>
constantKeyCode === KeyCode.Semicolon
892
>
|| constantKeyCode === KeyCode.Equal
893
>
|| constantKeyCode === KeyCode.Comma
894
>
|| constantKeyCode === KeyCode.Minus
895
|| constantKeyCode === KeyCode.Period
896
|| constantKeyCode === KeyCode.Slash