You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The more information you fill in, the better the community can help you.
19
19
20
20
- type: input
21
-
id: tanstack-keys-version
21
+
id: tanstack-hotkeys-version
22
22
attributes:
23
-
label: TanStack Keys version
23
+
label: TanStack Hotkeys version
24
24
description: |
25
-
- Please let us know the exact version of the TanStack Keys framework adapter that you were using when the issue occurred. If you are using an older version, check to see if your bug has already been solved in the latest version. Please don't just put in "latest", as this is subject to change.
26
-
- The latest "keys" version is <img alt="" src="https://badgen.net/npm/v/@tanstack/react-keys" />
25
+
- Please let us know the exact version of the TanStack Hotkeys framework adapter that you were using when the issue occurred. If you are using an older version, check to see if your bug has already been solved in the latest version. Please don't just put in "latest", as this is subject to change.
26
+
- The latest "keys" version is <img alt="" src="https://badgen.net/npm/v/@tanstack/react-hotkeys" />
27
27
placeholder: |
28
28
e.g. v0.0.1
29
29
validations:
@@ -57,7 +57,7 @@ body:
57
57
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than React.
58
58
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
59
59
- Please make sure the example is complete and runnable without prior dependencies and free of unnecessary abstractions
60
-
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://github.com/tanstack/keys/tree/main/examples/
60
+
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://github.com/tanstack/hotkeys/tree/main/examples/
61
61
- For React Native, you can use: https://snack.expo.dev/
62
62
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
63
63
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ id: contributing
7
7
8
8
## Questions
9
9
10
-
If you have questions about implementation details, help or support, then please use our dedicated community forum at [Github Discussions](https://github.com/tanstack/keys/discussions)**PLEASE NOTE:** If you choose to instead open an issue for your question, your issue will be immediately closed and redirected to the forum.
10
+
If you have questions about implementation details, help or support, then please use our dedicated community forum at [Github Discussions](https://github.com/tanstack/hotkeys/discussions)**PLEASE NOTE:** If you choose to instead open an issue for your question, your issue will be immediately closed and redirected to the forum.
11
11
12
12
## Reporting Issues
13
13
14
-
If you have found what you think is a bug, please [file an issue](https://github.com/tanstack/keys/issues/new). **PLEASE NOTE:** Issues that are identified as implementation questions or non-issues will be immediately closed and redirected to [Github Discussions](https://github.com/tanstack/keys/discussions)
14
+
If you have found what you think is a bug, please [file an issue](https://github.com/tanstack/hotkeys/issues/new). **PLEASE NOTE:** Issues that are identified as implementation questions or non-issues will be immediately closed and redirected to [Github Discussions](https://github.com/tanstack/hotkeys/discussions)
Type-safe keyboard shortcuts for the web. Template strings, parsed objects, cross-platform `Mod`, a singleton Hotkey Manager, and utilities for cheatsheet UIs. Built to stay SSR-friendly.
40
40
41
41
> [!NOTE]
42
-
> TanStack Keys is pre-alpha (prototyping phase). We are actively developing the library and are open to feedback and contributions.
42
+
> TanStack Hotkeys is pre-alpha (prototyping phase). We are actively developing the library and are open to feedback and contributions.
43
43
44
44
## Features
45
45
@@ -78,30 +78,30 @@ Type-safe keyboard shortcuts for the web. Template strings, parsed objects, cros
78
78
-`useHotkeyRecorder` – record keyboard shortcuts interactively with live preview
79
79
-**Devtools**
80
80
- Devtools are a core focus: visibility into all registered hotkeys, scopes, and options
81
-
-`@tanstack/keys-devtools` and `@tanstack/react-keys-devtools` (in active development)
81
+
-`@tanstack/hotkeys-devtools` and `@tanstack/react-hotkeys-devtools` (in active development)
82
82
-**Planned**
83
83
- Scoping hotkeys to a DOM element or React ref
84
84
- Warn/error on conflicting shortcuts (TBD)
85
85
- Ignore hotkeys when certain inputs are focused (e.g. `input`, `textarea`)
86
86
- Focus traps and tab-order utilities
87
87
88
-
### <ahref="https://tanstack.com/keys">Read the docs →</a>
88
+
### <ahref="https://tanstack.com/hotkeys">Read the docs →</a>
89
89
90
90
<br />
91
91
92
92
> [!NOTE]
93
-
> You may know **TanStack Keys** by our adapter names, too!
93
+
> You may know **TanStack Hotkeys** by our adapter names, too!
We're looking for TanStack Keys Partners to join our mission! Partner with us to push the boundaries of TanStack Keys and build amazing things together.
167
+
We're looking for TanStack Hotkeys Partners to join our mission! Partner with us to push the boundaries of TanStack Hotkeys and build amazing things together.
0 commit comments