Skip to content

Commit

Permalink
update help text and template
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker committed Jul 6, 2023
1 parent 079e9c5 commit 088e4cc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions resources/helptextTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>
<body>
<div style="display: flex;">
<div style="width: 30%;">
<div style="width: 40%;">
<table>

<tbody>
Expand Down Expand Up @@ -70,14 +70,14 @@
<td class="bold">
<span class="keycombo"><span class="key">Y</span></span>
</td>
<td>Jump to random point and add subclip</td>
<td>Accept subclip preview, Jump to random point and add new subclip preview</td>
</tr>

<tr>
<td class="bold">
<span class="keycombo"><span class="key">U</span></span>
</td>
<td>Delete current subclip, Jump to random point and add subclip</td>
<td>Jump to random point and add new subclip preview</td>
</tr>

</tr>
Expand All @@ -86,21 +86,21 @@
<td class="bold">
<span class="keycombo"><span class="key">V</span></span>
</td>
<td>Start/End a new selection at the curren time</td>
<td>Start/End a new selection at the current time</td>
</tr>

<tr>
<td class="bold">
<span class="keycombo"><span class="key">B</span></span>
</td>
<td>Add a new subvlip at the current time</td>
<td>Add a new subclip at the current time</td>
</tr>

<tr>
<td class="bold">
<span class="keycombo"><span class="key">C</span></span>
</td>
<td>Cut/Slice current sublip into two at curren time</td>
<td>Cut/Slice current sublip into two at current time</td>
</tr>

<tr>
Expand All @@ -121,7 +121,21 @@
<td class="bold">
<span class="keycombo"><span class="key">Ctrl</span> + <span class="key">F</span></span>
</td>
<td>Jump to next clip matching text search</td>
<td>Jump to next file matching text search</td>
</tr>

<tr>
<td class="bold">
<span class="keycombo"><span class="key">Ctrl</span> + <span class="key">R</span></span>
</td>
<td>Jump to random file matching text search</td>
</tr>

<tr>
<td class="bold">
<span class="keycombo"><span class="key">Ctrl</span> + <span class="key">A</span></span>
</td>
<td>Select whole video as new subclip</td>
</tr>

<tr>
Expand Down
Binary file modified resources/playerbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 088e4cc

Please sign in to comment.