We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01807da commit d5cd0d6Copy full SHA for d5cd0d6
src/cdk/keycodes/keycodes.ts
@@ -24,4 +24,6 @@ export const A = 65;
24
export const Z = 90;
25
export const ZERO = 48;
26
export const NINE = 57;
27
+export const NUMPAD_ZERO = 96;
28
+export const NUMPAD_NINE = 105;
29
export const COMMA = 188;
0 commit comments