AudioKeys icon indicating copy to clipboard operation
AudioKeys copied to clipboard

Support layout-independent keyboard key identifier

Open tbazin opened this issue 3 years ago • 0 comments

Hi! Thanks a lot for this library! 😃 Here's a PR to make it international! 🗺️

  • Adds a layoutIndependentMapping option to use the layout-independent 'code' key identifier in keyboardEvents instead of the current (deprecated) 'keyCode'.
  • Introduces additional tests with this setting enabled (pulled from the original QWERTY tests).

Fixes #9

tbazin avatar Jan 10 '22 15:01 tbazin