mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
feat: add Alt navigation shortcuts (Home, Library, Series, Collections, Authors)
This commit is contained in:
parent
791d78884d
commit
0237b9a1e9
2 changed files with 25 additions and 0 deletions
|
|
@ -17,6 +17,13 @@ To improve the efficiency of batch operations, global keyboard listeners have be
|
|||
- **Move to Library**: `Ctrl + Shift + M`.
|
||||
- **Reset Metadata**: `Alt + R`. (Note: `Alt` is used specifically to avoid conflict with standard "Reload" `Ctrl + R`).
|
||||
|
||||
- **Navigation Shortcuts** (Requires an active library selection):
|
||||
- **Home**: `Alt + H`.
|
||||
- **Library**: `Alt + L`.
|
||||
- **Series**: `Alt + S`.
|
||||
- **Collections**: `Alt + C`.
|
||||
- **Authors**: `Alt + A`.
|
||||
|
||||
## 2. Navigation and Filter Persistence
|
||||
The interface manages filter states dynamically to prevent confusion when switching contexts.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue