According to MDN, we should most definitely not be using the .keyCode property. It is deprecated:
.keyCode
https://developer.mozilla.org/en-US/do
You can use
parseInt(event.key, radix: 10)