-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for version 0.11
- Loading branch information
Showing
544 changed files
with
40,669 additions
and
11,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
.. _hotkeys | ||
Hotkeys | ||
======= | ||
|
||
.. note:: Hotkeys will be fully user-configurable in future releases. | ||
|
||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| **Playback** | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``j,k,l`` | | Play backwards, Pause, Play forwards | | ||
| | | Press ``j`` or ``l`` multiple times to increase the playback rate | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Spacebar`` | Play/Pause toggle | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Arrow left``, ``Arrow right`` | Previous Frame, Next Frame | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``,``, ``.`` | Previous / Next Note or Annotation | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Arrow up``, ``Arrow down`` | Previous / Next Media Item | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``i``, ``o`` | Set Loop In & Point | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``p`` | Enable / Disable loop range | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Home`` | Jump to start of range. | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``End`` | Jump to end of range. | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Shift + P`` | Set Loop In/Out Points to match 'cut range' for shot. | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + P`` | Set Loop In/Out Points to match 'comp range' for shot. | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| **Viewer Controls** | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Hold z`` | | Zoom mode. Click and drag image to zoom around the cursor | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Hold x`` | | Pan mode. Click and drag image to pan around the image | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Hold e`` | | Exposure mode. Click and drag image to adjust the exposure | | ||
| | | Double click while holding ``e`` to toggle Exposure Adjustment on or off | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``f`` | Toggle Fit mode | | ||
| | Toggles between the last 2 Fit modes | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + r`` | | Reset Viewer | | ||
| | | Resets the Fit Mode, Channel Selection and Exposure to default values | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
|| ``r`` || Toggle Red Channel/RGB | | ||
|| ``g`` || Toggle Green Channel/RGB | | ||
|| ``b`` || Toggle Blue Channel/RGB | | ||
|| ``a`` || Toggle Alpha Channel/RGB | | ||
|| ``Ctrl + l`` || Toggle Luminence Channel/RGB | | ||
|| ``c`` || Display RGB Channels | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``1, 2, 3,...,9`` | Change which media item to view in A/B compare mode | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| **User Interface** | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Tab`` | Toggle Presentation Mode | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + f`` | Toggle Full-Screen Mode | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + h`` | Toggle Viewer UI Visibility | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + p`` | Launch the pop-out (2nd) viewer window | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``f`` | Toggle Fit Mode | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``d`` | Open Drawing Tools Window | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``n`` | Open Notes Window | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Escape`` | Show UI -> exit presentation mode -> exit full screen | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| **Session Controls** | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + s`` | Save session | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + Shift + s`` | Save session as... | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + q`` | Close session | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + \`` | Open about dialogue | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``F1`` | Open user docs | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| **Playlist Controls** | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Shift + p`` | Make a new playlist | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Shift + d`` | Make a new divider in the Session Pane | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + a`` | Selected all media items in the current playlist | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + d`` | Clear current selection | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| **Media List** | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl 1, 2, 3,...0`` | Set selected media flag | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + D`` | Clear selected media | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Ctrl + A`` | Select all media | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Del BSpace`` | Remove selected media | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| **Notes** | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``n`` | Show/Hide Notes Window | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``;`` | Add Note | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``:`` | Add Note And Open Notes Window | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``'`` | Set Note Out-Point | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
| ``Shift + L`` | Set Loop In/Out Points From Note Duration | | ||
+------------------------------------+----------------------------------------------------------------------------+ | ||
|
Oops, something went wrong.