Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
34.46k stars 1.95k forks source link

Updated keyboard-keys.tsx #7551

Closed Karthik7406 closed 2 months ago

Karthik7406 commented 3 months ago

Removed separator object as it was conflicting with the delete key binding for Delete key to use in Control+Shift+Delete. to perform delete request

Closes #7325

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 3 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

gatzjames commented 3 months ago

Hi @Karthik7406! Thanks for the PR. It seems the code for keyCode 46 is actually NumpadDecimal. Can you explain a bit about your approach and how it solves the related issue?

gatzjames commented 2 months ago

Closing as stale. Feel free to reopen with more context