keycodes
keycodes copied to clipboard
The Delete button does not have a description
The Delete button does not have a description.
Hi @EntityPlantt, thanks for taking the time to open this issue! Feel free to open a PR with your suggestions!
I think this is a bug @konstrybakov - the delete key has a description but isn't being displayed: https://github.com/toptal/keycodes/blob/main/lib/keycodes/with-events.ts#L340
Same goes for the keys, PageUp, PageDown, End, Home, NumPad Equals, and probably a few more.
Hey, @EntityPlantt, thank you for bringing this to our attention. I've marked this as a bug and we will place it in our backlog. However, even though it is a bug, we are open to contributions!
This 👇 shows the description though, so something is definitely wrong https://www.toptal.com/developers/keycode/delete
Some strange behavior there 🪄
Thanks for looking into the bug.
I fixed it https://github.com/toptal/keycodes/pull/338