Skip to content

Commit af1d4ec

Browse files
authored
Fix typo in overview.md
Corrected a typo in the overview section regarding input elements.
1 parent ce9810e commit af1d4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TanStack Hotkeys is a **type-safe**, **framework-agnostic** library for handling
1010
1111
## Motivation
1212

13-
On the surface, keyboard shortcuts are a simple concept, and you would think that it should just take a couple of lines of code to implement them. And sometimes, it can be that simple. However, there are enough small "gotchas" that can eventually add up to an annoying amount of complexity when you need to consider multiple keyboard layouts, operating systems, custom shortcuts, conflicting hotkey scopes, properly ingnoring input elements, and more.
13+
On the surface, keyboard shortcuts are a simple concept, and you would think that it should just take a couple of lines of code to implement them. And sometimes, it can be that simple. However, there are enough small "gotchas" that can eventually add up to an annoying amount of complexity when you need to consider multiple keyboard layouts, operating systems, custom shortcuts, conflicting hotkey scopes, properly ignoring input elements, and more.
1414

1515
Surprisingly, in our experience, even AI often struggles to get hotkey management fully correct. We believe that providing a library that brings type-safety and well thought out cross-platform compatibility to hotkey management is a valuable contribution to the community.
1616

0 commit comments

Comments
 (0)