OLBEA20

Results 1 issues of OLBEA20

[KeyboardEvent.which](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/which) is now deprecated. It's currently used in `_characterFromEvent`. Would it be possible to update the lib to use [KeyboardEvent.key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) instead?