carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.68k stars 261 forks source link

docs: rework keyboard shortcuts to focus search bar #1854

Closed metonym closed 10 months ago

metonym commented 10 months ago

Reworks #1852

The keyboard shortcut behavior should trigger on keydown, not keyup. This is most noticeable when holding down CMD+K and nothing happens. Pressing CMD+K should immediately focus the search bar.