about summary refs log tree commit diff
path: root/src/state/shell/composer/useComposerKeyboardShortcut.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Move composer open shortcut to shell (#5723)Hailey2024-10-111-1/+14
| | | | | | | | | * move composer shortcut hook * put intent handler in same place * dont allow shortcuts if no session * revert change
* Fix for undefined ref on hot reload on web (#5407)Eric Bailey2024-09-181-1/+1
|
* Don't open composer via hotkey if other dialog is already open (#5334)Eric Bailey2024-09-131-1/+16
| | | | | | | * Don't open composer via hotkey if other dialog is already open * Check for lightbox also * Check for drawer
* "N" keyboard shortcut to open a new post modal (#5197)Eric Bailey2024-09-131-0/+49
* feat: Add hook on web app to open composer with 'N' keyboard shortcut * Extract, don't fire open composer if already open * Ignore interactive elements --------- Co-authored-by: João Gabriel <joaog@nocorp.io> Co-authored-by: Hailey <me@haileyok.com>