Skip to content

Commit d5cd0d6

Browse files
julianobrasiljosephperrott
authored andcommitted
feat(cdk/keycodes): add 0 and 9 numerical keypad codes (#10562)
1 parent 01807da commit d5cd0d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cdk/keycodes/keycodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ export const A = 65;
2424
export const Z = 90;
2525
export const ZERO = 48;
2626
export const NINE = 57;
27+
export const NUMPAD_ZERO = 96;
28+
export const NUMPAD_NINE = 105;
2729
export const COMMA = 188;

0 commit comments

Comments
 (0)