Fix input for lesser and greater in non-english layout

This commit is contained in:
IRBorisov 2024-03-25 17:32:30 +03:00
parent 2f424779bd
commit 001fc525f8

View File

@ -13,6 +13,8 @@ export function getSymbolSubstitute(keyCode: string, shiftPressed: boolean): str
case 'Backslash': return '|';
case 'BracketLeft': return '{';
case 'BracketRight': return '}';
case 'Comma': return '<';
case 'Period': return '>';
case 'Digit8': return '×';
case 'KeyB': return '';