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 b11523a commit b489559Copy full SHA for b489559
src/cdk/keycodes/keycodes.ts
@@ -23,5 +23,5 @@ export const DELETE = 46;
23
export const A = 65;
24
export const Z = 90;
25
export const ZERO = 48;
26
-export const NINE = 91;
+export const NINE = 57;
27
export const COMMA = 188;
0 commit comments