Skip to content

Commit

Permalink
Update short keys documentation for the timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Mar 6, 2019
1 parent fd546d3 commit 4ac27ab
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ class ControlEventTimeline(ControlBase, QWidget):
"""
Timeline events editor
*Short keys:*
- *Control + Left*: Move event to the left.
- *Control + Right*: Move event to the right.
- *Delete*: Delete an event.
- *L: Lock an event.
- *Control + Up*: Move an event up.
- *Control + Down*: Move an event down.
- *Shift + Control + Left*: Move an event end time to the left.
- *Shift + Control + Right*: Move an event end to the right.
- *Shift + Left*: Move an event beginning to the left.
- *Shift + Right*: Move an event beginning to the right.
- *S*: First press, mark the beginning of an event, Second press, create an event ending in the current cursor time.
- *A*: Move the cursor to the left.
- *D*: Move the cursor to the right.
**Short keys:**
- **Control + Left**: Move event to the left.
- **Control + Right**: Move event to the right.
- **Delete**: Delete an event.
- **L**: Lock an event.
- **Control + Up**: Move an event up.
- **Control + Down**: Move an event down.
- **Shift + Control + Left**: Move an event end time to the left.
- **Shift + Control + Right**: Move an event end to the right.
- **Shift + Left**: Move an event beginning to the left.
- **Shift + Right**: Move an event beginning to the right.
- **S**: First press, mark the beginning of an event, Second press, create an event ending in the current cursor time.
- **A**: Move the cursor to the left.
- **D**: Move the cursor to the right.
"""

def __init__(self, label="", default=0, max=100):
Expand Down

0 comments on commit 4ac27ab

Please sign in to comment.