key-event-to-string icon indicating copy to clipboard operation
key-event-to-string copied to clipboard

Converts a JavaScript key event object into a humanly readable format

Results 1 key-event-to-string issues
Sort by recently updated
recently updated
newest added

`KeyboardEvent.key` will make key-event-to-string's API much closer to the standard KeyboardEvent API. References: - [`KeyboardEvent.key`](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) - [Key Values](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values) - [Browser support](https://caniuse.com/#feat=keyboardevent-key)