hotkey icon indicating copy to clipboard operation
hotkey copied to clipboard

Trigger an action on an element with a keyboard shortcut.

Results 16 hotkey issues
Sort by recently updated
recently updated
newest added

Hey fine folks! I've been using `hotkey` for a couple of weeks, it's very cool, thanks a lot for the work you put into this already 🙏🏽 I was wondering...

While it may prove impossible to smooth over all OS / keyboard layout differences in `event.key`, providing access to mapping hotkeys to an [`event.code`](https://developer.mozilla.org/en-US/docs/Web/API/UI_Events/Keyboard_event_code_values) may help in some situations (for...

It would be great if we could also display chords in the mapper tool, similarly to VSCode. I dug into this a bit and it's more complicated than I expected....

In the readme there is ``` Search ``` the same code is used in the GitHub toolbar that says "Type / to search". The problem is that pressing / (shift...

We've ran into the issue that hotkeys are still triggered if the element is not clickable/accessible. In our case the button is covered by the scrim of a dialog. We...

When typing in an input (textarea, input tag, editable, …) which is itself placed inside of a custom html element, the hotkey is still fired. That's because the [isFormField](https://github.com/github/hotkey/blob/main/src/utils.ts#L4) handler...