Skip to content

Commit 12393d6

Browse files
committed
Rename en-US keymap (case)
1 parent 474ad8e commit 12393d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keyboard/src/layouts/en-US.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { MODIFIER_KEYS } from '../special-keys';
3434
* Other combinations may also work, but are untested.
3535
*/
3636
export const EN_US: IKeyboardLayout = new KeycodeLayout(
37-
'en-us',
37+
'en-US',
3838
{
3939
8: 'Backspace',
4040
9: 'Tab',

0 commit comments

Comments
 (0)