mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-06-19 12:13:32 +00:00
refactor: remove selected file handling from FileAction and related input logic
This commit is contained in:
@@ -99,15 +99,13 @@ pwsp-cli --help # View all commands
|
||||
|
||||
| Action | Keyboard | Mouse |
|
||||
| :----------------------------------- | :--------------------- | :------------------- |
|
||||
| **Play Track** (Stops others) | `Enter` | `Left Click` |
|
||||
| **Add Track** (Plays simultaneously) | `Ctrl + Enter` | `Ctrl + Left Click` |
|
||||
| **Replace Last Track** | `Shift + Enter` | `Shift + Left Click` |
|
||||
| **Play Track** (Stops others) | | `Left Click` |
|
||||
| **Add Track** (Plays simultaneously) | | `Ctrl + Left Click` |
|
||||
| **Replace Last Track** | | `Shift + Left Click` |
|
||||
| **Pause / Resume** | `Space` | |
|
||||
| **Stop All Tracks** | `Backspace` | |
|
||||
| **Open / Close Settings** | `I` | |
|
||||
| **Search** | `/` | |
|
||||
| **Navigate Files** | `Ctrl + ↑ / ↓` | |
|
||||
| **Navigate Directories** | `Ctrl + Shift + ↑ / ↓` | |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user