|
31 | 31 | "to": "framework/react/quick-start" |
32 | 32 | } |
33 | 33 | ] |
| 34 | + }, |
| 35 | + { |
| 36 | + "label": "preact", |
| 37 | + "children": [ |
| 38 | + { |
| 39 | + "label": "Preact Hooks", |
| 40 | + "to": "framework/preact/reference/index" |
| 41 | + } |
| 42 | + ] |
| 43 | + }, |
| 44 | + { |
| 45 | + "label": "solid", |
| 46 | + "children": [ |
| 47 | + { |
| 48 | + "label": "Solid Primitives", |
| 49 | + "to": "framework/solid/reference/index" |
| 50 | + } |
| 51 | + ] |
34 | 52 | } |
35 | 53 | ] |
36 | 54 | }, |
|
62 | 80 | "to": "framework/react/guides/formatting-display" |
63 | 81 | } |
64 | 82 | ] |
| 83 | + }, |
| 84 | + { |
| 85 | + "label": "preact", |
| 86 | + "children": [ |
| 87 | + { |
| 88 | + "label": "Hotkeys", |
| 89 | + "to": "framework/preact/guides/hotkeys" |
| 90 | + }, |
| 91 | + { |
| 92 | + "label": "Sequences", |
| 93 | + "to": "framework/preact/guides/sequences" |
| 94 | + }, |
| 95 | + { |
| 96 | + "label": "Hotkey Recording", |
| 97 | + "to": "framework/preact/guides/hotkey-recording" |
| 98 | + }, |
| 99 | + { |
| 100 | + "label": "Key State Tracking", |
| 101 | + "to": "framework/preact/guides/key-state-tracking" |
| 102 | + }, |
| 103 | + { |
| 104 | + "label": "Formatting & Display", |
| 105 | + "to": "framework/preact/guides/formatting-display" |
| 106 | + } |
| 107 | + ] |
| 108 | + }, |
| 109 | + { |
| 110 | + "label": "solid", |
| 111 | + "children": [ |
| 112 | + { |
| 113 | + "label": "Hotkeys", |
| 114 | + "to": "framework/solid/guides/hotkeys" |
| 115 | + }, |
| 116 | + { |
| 117 | + "label": "Sequences", |
| 118 | + "to": "framework/solid/guides/sequences" |
| 119 | + }, |
| 120 | + { |
| 121 | + "label": "Hotkey Recording", |
| 122 | + "to": "framework/solid/guides/hotkey-recording" |
| 123 | + }, |
| 124 | + { |
| 125 | + "label": "Key State Tracking", |
| 126 | + "to": "framework/solid/guides/key-state-tracking" |
| 127 | + }, |
| 128 | + { |
| 129 | + "label": "Formatting & Display", |
| 130 | + "to": "framework/solid/guides/formatting-display" |
| 131 | + } |
| 132 | + ] |
65 | 133 | } |
66 | 134 | ] |
67 | 135 | }, |
|
82 | 150 | "to": "framework/react/reference/index" |
83 | 151 | } |
84 | 152 | ] |
| 153 | + }, |
| 154 | + { |
| 155 | + "label": "preact", |
| 156 | + "children": [ |
| 157 | + { |
| 158 | + "label": "Preact Hooks", |
| 159 | + "to": "framework/preact/reference/index" |
| 160 | + } |
| 161 | + ] |
| 162 | + }, |
| 163 | + { |
| 164 | + "label": "solid", |
| 165 | + "children": [ |
| 166 | + { |
| 167 | + "label": "Solid Primitives", |
| 168 | + "to": "framework/solid/reference/index" |
| 169 | + } |
| 170 | + ] |
85 | 171 | } |
86 | 172 | ] |
87 | 173 | }, |
|
136 | 222 | "to": "framework/react/reference/interfaces/UseHotkeyOptions" |
137 | 223 | } |
138 | 224 | ] |
| 225 | + }, |
| 226 | + { |
| 227 | + "label": "preact", |
| 228 | + "children": [ |
| 229 | + { |
| 230 | + "label": "useHotkey", |
| 231 | + "to": "framework/preact/reference/functions/useHotkey" |
| 232 | + }, |
| 233 | + { |
| 234 | + "label": "UseHotkeyOptions", |
| 235 | + "to": "framework/preact/reference/interfaces/UseHotkeyOptions" |
| 236 | + } |
| 237 | + ] |
| 238 | + }, |
| 239 | + { |
| 240 | + "label": "solid", |
| 241 | + "children": [ |
| 242 | + { |
| 243 | + "label": "createHotkey", |
| 244 | + "to": "framework/solid/reference/functions/createHotkey" |
| 245 | + }, |
| 246 | + { |
| 247 | + "label": "CreateHotkeyOptions", |
| 248 | + "to": "framework/solid/reference/interfaces/CreateHotkeyOptions" |
| 249 | + } |
| 250 | + ] |
139 | 251 | } |
140 | 252 | ] |
141 | 253 | }, |
|
178 | 290 | "to": "framework/react/reference/interfaces/UseHotkeySequenceOptions" |
179 | 291 | } |
180 | 292 | ] |
| 293 | + }, |
| 294 | + { |
| 295 | + "label": "preact", |
| 296 | + "children": [ |
| 297 | + { |
| 298 | + "label": "useHotkeySequence", |
| 299 | + "to": "framework/preact/reference/functions/useHotkeySequence" |
| 300 | + }, |
| 301 | + { |
| 302 | + "label": "UseHotkeySequenceOptions", |
| 303 | + "to": "framework/preact/reference/interfaces/UseHotkeySequenceOptions" |
| 304 | + } |
| 305 | + ] |
| 306 | + }, |
| 307 | + { |
| 308 | + "label": "solid", |
| 309 | + "children": [ |
| 310 | + { |
| 311 | + "label": "createHotkeySequence", |
| 312 | + "to": "framework/solid/reference/functions/createHotkeySequence" |
| 313 | + }, |
| 314 | + { |
| 315 | + "label": "CreateHotkeySequenceOptions", |
| 316 | + "to": "framework/solid/reference/interfaces/CreateHotkeySequenceOptions" |
| 317 | + } |
| 318 | + ] |
181 | 319 | } |
182 | 320 | ] |
183 | 321 | }, |
|
212 | 350 | "to": "framework/react/reference/functions/useKeyHold" |
213 | 351 | } |
214 | 352 | ] |
| 353 | + }, |
| 354 | + { |
| 355 | + "label": "preact", |
| 356 | + "children": [ |
| 357 | + { |
| 358 | + "label": "useKeyHold", |
| 359 | + "to": "framework/preact/reference/functions/useKeyHold" |
| 360 | + } |
| 361 | + ] |
| 362 | + }, |
| 363 | + { |
| 364 | + "label": "solid", |
| 365 | + "children": [ |
| 366 | + { |
| 367 | + "label": "createKeyHold", |
| 368 | + "to": "framework/solid/reference/functions/createKeyHold" |
| 369 | + } |
| 370 | + ] |
215 | 371 | } |
216 | 372 | ] |
217 | 373 | }, |
|
250 | 406 | "to": "framework/react/reference/functions/useHeldKeyCodes" |
251 | 407 | } |
252 | 408 | ] |
| 409 | + }, |
| 410 | + { |
| 411 | + "label": "preact", |
| 412 | + "children": [ |
| 413 | + { |
| 414 | + "label": "useHeldKeys", |
| 415 | + "to": "framework/preact/reference/functions/useHeldKeys" |
| 416 | + }, |
| 417 | + { |
| 418 | + "label": "useHeldKeyCodes", |
| 419 | + "to": "framework/preact/reference/functions/useHeldKeyCodes" |
| 420 | + } |
| 421 | + ] |
| 422 | + }, |
| 423 | + { |
| 424 | + "label": "solid", |
| 425 | + "children": [ |
| 426 | + { |
| 427 | + "label": "createHeldKeys", |
| 428 | + "to": "framework/solid/reference/functions/createHeldKeys" |
| 429 | + }, |
| 430 | + { |
| 431 | + "label": "createHeldKeyCodes", |
| 432 | + "to": "framework/solid/reference/functions/createHeldKeyCodes" |
| 433 | + } |
| 434 | + ] |
253 | 435 | } |
254 | 436 | ] |
255 | 437 | }, |
|
284 | 466 | "to": "framework/react/reference/interfaces/ReactHotkeyRecorder" |
285 | 467 | } |
286 | 468 | ] |
| 469 | + }, |
| 470 | + { |
| 471 | + "label": "preact", |
| 472 | + "children": [ |
| 473 | + { |
| 474 | + "label": "useHotkeyRecorder", |
| 475 | + "to": "framework/preact/reference/functions/useHotkeyRecorder" |
| 476 | + }, |
| 477 | + { |
| 478 | + "label": "PreactHotkeyRecorder", |
| 479 | + "to": "framework/preact/reference/interfaces/PreactHotkeyRecorder" |
| 480 | + } |
| 481 | + ] |
| 482 | + }, |
| 483 | + { |
| 484 | + "label": "solid", |
| 485 | + "children": [ |
| 486 | + { |
| 487 | + "label": "createHotkeyRecorder", |
| 488 | + "to": "framework/solid/reference/functions/createHotkeyRecorder" |
| 489 | + }, |
| 490 | + { |
| 491 | + "label": "SolidHotkeyRecorder", |
| 492 | + "to": "framework/solid/reference/interfaces/SolidHotkeyRecorder" |
| 493 | + } |
| 494 | + ] |
287 | 495 | } |
288 | 496 | ] |
289 | 497 | }, |
|
374 | 582 | "to": "framework/react/examples/useKeyhold" |
375 | 583 | } |
376 | 584 | ] |
| 585 | + }, |
| 586 | + { |
| 587 | + "label": "preact", |
| 588 | + "children": [ |
| 589 | + { |
| 590 | + "label": "useHotkey", |
| 591 | + "to": "framework/preact/examples/useHotkey" |
| 592 | + }, |
| 593 | + { |
| 594 | + "label": "useHotkeySequence", |
| 595 | + "to": "framework/preact/examples/useHotkeySequence" |
| 596 | + }, |
| 597 | + { |
| 598 | + "label": "useHotkeyRecorder", |
| 599 | + "to": "framework/preact/examples/useHotkeyRecorder" |
| 600 | + }, |
| 601 | + { |
| 602 | + "label": "useHeldKeys", |
| 603 | + "to": "framework/preact/examples/useHeldKeys" |
| 604 | + }, |
| 605 | + { |
| 606 | + "label": "useKeyHold", |
| 607 | + "to": "framework/preact/examples/useKeyhold" |
| 608 | + } |
| 609 | + ] |
| 610 | + }, |
| 611 | + { |
| 612 | + "label": "solid", |
| 613 | + "children": [ |
| 614 | + { |
| 615 | + "label": "createHotkey", |
| 616 | + "to": "framework/solid/examples/createHotkey" |
| 617 | + }, |
| 618 | + { |
| 619 | + "label": "createHotkeySequence", |
| 620 | + "to": "framework/solid/examples/createHotkeySequence" |
| 621 | + }, |
| 622 | + { |
| 623 | + "label": "createHotkeyRecorder", |
| 624 | + "to": "framework/solid/examples/createHotkeyRecorder" |
| 625 | + }, |
| 626 | + { |
| 627 | + "label": "createHeldKeys", |
| 628 | + "to": "framework/solid/examples/createHeldKeys" |
| 629 | + }, |
| 630 | + { |
| 631 | + "label": "createKeyHold", |
| 632 | + "to": "framework/solid/examples/createKeyHold" |
| 633 | + } |
| 634 | + ] |
377 | 635 | } |
378 | 636 | ] |
379 | 637 | } |
|
0 commit comments