Check for duplicates
Description
The current key codes do not produce the expected result from run through String.fromCharCode:
E.g.:
export enum KeyCodes {
...
SLASH = 191,
...
}
Output ('/' expected):
String.fromCharCode(191);
'¿'
In the keyboard navigation plugin, keyNames was an object and the shortcut keys were surfaced by look ups on this object.
Reproduction steps
Priority
No response
Stack trace
Screenshots
Browsers
No response
Check for duplicates
Description
The current key codes do not produce the expected result from run through String.fromCharCode:
E.g.:
Output ('/' expected):
In the keyboard navigation plugin,
keyNameswas an object and the shortcut keys were surfaced by look ups on this object.Reproduction steps
Priority
No response
Stack trace
Screenshots
Browsers
No response