svelte-keydown icon indicating copy to clipboard operation
svelte-keydown copied to clipboard

Utility to listen for keyboard events

Results 4 svelte-keydown issues
Sort by recently updated
recently updated
newest added

There's a subtle, rather significant, UX difference between the two. The event should fire on keydown and not on the keyup event. E.g., ```js if ( document.activeElement instanceof HTMLInputElement ||...

**Code:** ```svelte ["Shift-ArrowRight","Shift-d"].includes(e.detail)&& nCanal() } /> ``` **Steps:** 1. Press and hold `Shift` 2. At the same time, I press `ArrowRight` 3. I release `ArrowRight` 4. Press `ArrowRight` 5. I...

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.12 to 4.2.19. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: ensure typings for <svelte:options> are picked up (#12902) fix: escape < in attribute strings...

dependencies