Skip to content

Commit

Permalink
Add new video rotation shortcuts to Options page documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rthaut committed Jun 21, 2023
1 parent d76642c commit c472f5d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/pages/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,26 @@ <h4 class="hide">Keyboard Shortcuts</h4>
<p><strong>Note:</strong> Other browsers do not have a default key binding upon installation, but you can manually set one.</p>
</td>
</tr>
<tr>
<td>
<span class="badge red white-text">New in v4.4</span>
<strong>Rotate the current video to the left by 90 degrees</strong>
</td>
<td>
<strong>All Browsers:</strong><br>
<kbd>Shift</kbd> + <kbd>Alt</kbd> + <kbd>A</kbd>
</td>
</tr>
<tr>
<td>
<span class="badge red white-text">New in v4.4</span>
<strong>Rotate the current video to the right by 90 degrees</strong>
</td>
<td>
<strong>All Browsers:</strong><br>
<kbd>Shift</kbd> + <kbd>Alt</kbd> + <kbd>D</kbd>
</td>
</tr>
</tbody>
</table>
<p>You can change or disable the keyboard combination for each of the shortcuts through the "Manage Extension Shortcuts" (Firefox) or "Keyboard shortcuts" (Chrome/Edge) page.</p>
Expand Down

0 comments on commit c472f5d

Please sign in to comment.