solaris icon indicating copy to clipboard operation
solaris copied to clipboard

Use the event.key instead of event.keyCode for hotkeys

Open Hammster opened this issue 4 years ago • 0 comments

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

Hammster avatar Dec 18 '20 20:12 Hammster