We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474ad8e commit 12393d6Copy full SHA for 12393d6
packages/keyboard/src/layouts/en-US.ts
@@ -34,7 +34,7 @@ import { MODIFIER_KEYS } from '../special-keys';
34
* Other combinations may also work, but are untested.
35
*/
36
export const EN_US: IKeyboardLayout = new KeycodeLayout(
37
- 'en-us',
+ 'en-US',
38
{
39
8: 'Backspace',
40
9: 'Tab',
0 commit comments