mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Player mobile improvements (#3120)
* Add videojs-mobile-ui * Prevent marker wrapping and fix alignment * Fix marker update on delete * Change hotkey modifier behaviour * Update KeyboardShortcuts.md
This commit is contained in:
@@ -64,6 +64,12 @@
|
||||
| `p n` | Play next scene in queue |
|
||||
| `p p` | Play previous scene in queue |
|
||||
| `p r` | Play random scene in queue |
|
||||
| `←` | Seek backwards by 10 seconds |
|
||||
| `→` | Seek forwards by 10 seconds |
|
||||
| `Shift + ←` | Seek backwards by 5 seconds |
|
||||
| `Shift + →` | Seek forwards by 5 seconds |
|
||||
| `Ctrl/Alt + ←` | Seek backwards by 1 minute |
|
||||
| `Ctrl/Alt + →` | Seek forwards by 1 minute |
|
||||
| `{1-9}` | Seek to 10-90% duration |
|
||||
| `[` | Scrub backwards 10% duration |
|
||||
| `]` | Scrub forwards 10% duration |
|
||||
|
||||
Reference in New Issue
Block a user