hotkey
hotkey copied to clipboard
Trigger an action on an element with a keyboard shortcut.
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...
ดูหนัง สัปเหน่อออนไลน์ เต็มเรื่อง ในคุณภาพ ดู หนังไทย สัปเหน่อ(2024) เต็มเรื่อง ฟรี 1080p ผ่านมือถือ และ Smart TV ไม่กระตุก ~ ดูหนัง สัปเหน่อเต็มเรื่องพากย์ไทย เว็บไซต์สำหรับชมภาพยนตร์ สัปเหน่อบนมือถือ สมาร์ททีวี และเดสก์ท็อปในความละเอียด 1080p สูงสุด 4K และยังสามารถขยายภาพได้ตามต้องการ +ดูหนัง The Undertaker ออนไลน์ฟรี...
I have a simple Likert scale displayed using radio buttons, with autofocus on the middle button:  If I use the arrow keys to...
Bumps the npm_and_yarn group with 2 updates in the / directory: [tmp](https://github.com/raszi/node-tmp) and [chromium](https://github.com/dtolstyi/node-chromium). Updates `tmp` from 0.2.1 to 0.2.4 Changelog Sourced from tmp's changelog. v0.2.2 (2024-02-28) :bug: Bug Fix...
**Problem** Hotkeys do not trigger when the focused element is an input or textfield. **Suggestion** Add opt in support for global hotkeys that fire even when focus is inside some...