solaris
solaris copied to clipboard
Use the event.key instead of event.keyCode for hotkeys
The keyCode
property is considered deprecated since it is browser vendor and system dependent, e.g. a mac system can have different code than windows.
https://github.com/mike-eason/solaris/blob/638da90f2935c830a191004d7b0e8b0bde38f7a2/client/src/components/game/menu/HeaderBar.vue#L267