Skip to content

Commit

Permalink
Update KeyboardShortcuts.md
Browse files Browse the repository at this point in the history
- Added table of shortcuts for Image page
- Reorganized a few tables to include sub-headings
- Renamed `Edit Scene tab [...]` heading to `Scene Edit tab [...]` for logical consistency with other headings
- Moved Scene page rating shortcuts from vestigial location in *Edit Scene* section to global Scene page section
  • Loading branch information
echo6ix authored Jan 20, 2025
1 parent 0621d87 commit c5dc028
Showing 1 changed file with 31 additions and 9 deletions.
40 changes: 31 additions & 9 deletions ui/v2.5/src/docs/en/Manual/KeyboardShortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
| `,` | Hide/Show sidebar |
| `.` | Hide/Show scene scrubber |
| `o` | Increment O-Counter |
| Ratings ||
| `r {1-5}` | Set rating (stars) |
| `r 0` | Unset rating (stars) |
| `r {0-9} {0-9}` | Set rating (decimal - `00` for `10.0`) |
| ``r ` `` | Unset rating (decimal) |
| Playback ||
| `p n` | Play next scene in queue |
| `p p` | Play previous scene in queue |
| `p r` | Play random scene in queue |
Expand All @@ -88,14 +94,10 @@
|-------------------|--------|
| `n` | Display Create Markers dialog |

### Edit Scene tab shortcuts
### Scene Edit tab shortcuts

| Keyboard sequence | Action |
|-------------------|--------|
| `r {1-5}` | Set rating (stars) |
| `r 0` | Unset rating (stars) |
| `r {0-9} {0-9}` | Set rating (decimal - `00` for `10.0`) |
| ``r ` `` | Unset rating (decimal) |
| `s s` | Save Scene |
| `d d` | Delete Scene |
| `Ctrl + v` | Paste Scene cover |
Expand All @@ -107,6 +109,25 @@
[//]: # "(| `v` | Focus Groups selector |)"
[//]: # "(| `t` | Focus Tags selector |)"

## Image Page shortcuts

| Keyboard sequence | Action |
|-------------------|--------|
| `e` | Edit tab |
| `o` | Increment O-Counter |
| Ratings ||
| `r {1-5}` | Set rating (stars) |
| `r 0` | Unset rating (stars) |
| `r {0-9} {0-9}` | Set rating (decimal - `00` for `10.0`) |
| ``r ` `` | Unset rating (decimal) |

### Image Edit tab shortcuts

| Keyboard sequence | Action |
|-------------------|--------|
| `s s` | Save Scene |
| `d d` | Delete Scene |

## Groups Page shortcuts

| Keyboard sequence | Action |
Expand All @@ -120,12 +141,13 @@
| `e` | Edit Group |
| `s s` | Save Group |
| `d d` | Delete Group |
| `r {1-5}` | [Edit mode] Set rating (stars) |
| `r 0` | [Edit mode] Unset rating (stars) |
| `r {0-9} {0-9}` | [Edit mode] Set rating (decimal - `r 0 0` for `10.0`) |
| ``r ` `` | [Edit mode] Unset rating (decimal) |
| `,` | Expand/Collapse Details |
| `Ctrl + v` | Paste Group image |
| Ratings ||
| `r {1-5}` | [Edit mode] Set rating (stars) |
| `r 0` | [Edit mode] Unset rating (stars) |
| `r {0-9} {0-9}` | [Edit mode] Set rating (decimal - `r 0 0` for `10.0`) |

[//]: # "Commented until implementation is dealt with"
[//]: # "(| `u` | Focus Studio selector (in edit mode) |)"
Expand Down Expand Up @@ -191,4 +213,4 @@
| `s s` | Save Tag |
| `d d` | Delete Tag |
| `,` | Expand/Collapse Details |
| `Ctrl + v` | Paste Tag image |
| `Ctrl + v` | Paste Tag image |

0 comments on commit c5dc028

Please sign in to comment.