timoxley / keycode

Convert between keyboard keycodes and keynames and vice versa.
MIT License
455 stars 62 forks source link

backspace doesnt work correctly cross browsers #42

Closed ctf0 closed 6 years ago

ctf0 commented 6 years ago

on chrome / safari works correctly, but on FF it fallback to the global backspace "go to prev page"

timoxley commented 6 years ago

I think you'll need to preventDefault to ensure this doesn't happen.

ctf0 commented 6 years ago

that did the trick, thanx