`keyCode` has been deprecated for some time. And [according to MDN's website](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode) we should be using `code` instead. Assuming hotshot will be a single point of truth for that kind of thing, wouldn't it be better to move to `code` instead?
keyCodehas been deprecated for some time. And according to MDN's website we should be usingcodeinstead.Assuming hotshot will be a single point of truth for that kind of thing, wouldn't it be better to move to
codeinstead?