docs(README): fix keyboard shortcuts section

This commit is contained in:
Samidy 2026-03-11 04:46:23 +03:00
parent e290410aee
commit ccc2a6f0ed

View file

@ -213,17 +213,26 @@ npm run build
### Keyboard Shortcuts ### Keyboard Shortcuts
| Shortcut | Action | | Shortcut | Action |
| -------- | -------------- | | --- | --- |
| `Space` | Play/Pause | | `Space` | Play / Pause |
| `→` | Next track | | `→` | Seek forward 10s |
| `←` | Previous track | | `←` | Seek backward 10s |
| `↑` | Volume up | | `Shift` + `→` | Next track |
| `↓` | Volume down | | `Shift` + `←` | Previous track |
| `M` | Mute/Unmute | | `↑` | Volume up |
| `L` | Toggle lyrics | | `↓` | Volume down |
| `F` | Fullscreen | | `M` | Mute / Unmute |
| `/` | Focus search | | `S` | Toggle shuffle |
| `R` | Toggle repeat |
| `Q` | Open queue |
| `L` | Toggle lyrics |
| `/` | Focus search |
| `Esc` | Close modals |
| `[` | Previous visualizer preset |
| `]` | Next visualizer preset |
| `\` | Toggle visualizer auto-cycle |
| `Ctrl` + `K` | Command Palette |
### Account Features ### Account Features