sebnitu/vrembem

Use KeyboardEvent.key instead of the deprecated KeyboardEvent.keyCode

sebnitu opened this issue · 0 comments

Problem

Currently using the now deprecated KeyboardEvent.keyCode in a few places where I should be using KeyboardEvent.key. This should be updated in both drawer and modal handlerKeyup() functions. Also we should be using the keydown event instead of the keyup event for reasons explained here.