indigo icon indicating copy to clipboard operation
indigo copied to clipboard

Switch from `keyCode` to `code` in keyboard

Open sherpal opened this issue 5 months ago • 0 comments

The keyboard and keyboard events rely on the keyCode from the JavaScript event, but this is deprecated according to MDN.

It is supposed to replace by code (which is a String) representing the key that was pressed/released.

sherpal avatar Sep 19 '24 15:09 sherpal