codex-team / codex.shortcuts

Micro-library for dispatching keyboard shortcuts in Javascript
MIT License
49 stars 7 forks source link

support non-alphanumeric keys #7

Open GuruM opened 4 years ago

GuruM commented 4 years ago

For the inline-code tool, the natural shortcut is the ` (grave accent) key. But this is key is not supported by this library. Seems like it would be really simple to add though.

leoriviera commented 3 years ago

I think you need to open a PR from your forked repo to this one, so they can merge.