Skip to content

Commit

Permalink
formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lklyne committed Jun 6, 2024
1 parent 84ec3a2 commit 281b790
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/keyboard-shortcuts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ export const Shortcut = ({ children }) => (
<kbd
style={{
margin: '0.2rem 0rem',
backgroundColor: 'var(--color-secondary-lightest)',
// borderColor: 'var(--color-secondary-lighter)',
}}
>
<span>{children}</span>
{children}
</kbd>
);

Expand All @@ -24,16 +22,12 @@ The easiest way to zoom in and out is using <Shortcut>⌘</Shortcut> + <Shortcut
or a mouse.

- <Shortcut>middle mouse button</Shortcut> + <Shortcut>drag</Shortcut> pans the timeline horizontally

- <Shortcut>=</Shortcut> zooms timeline in
- <Shortcut>-</Shortcut> zooms timeline out

- <Shortcut>[</Shortcut> nudges timeline left
- <Shortcut>]</Shortcut> nudges timeline right

- <Shortcut>ctrl</Shortcut> + <Shortcut>T</Shortcut> toggles the cursor visibility
- <Shortcut>0</Shortcut> resets the timeline zoom

- <Shortcut>delete</Shortcut> or <Shortcut>backspace</Shortcut> deletes selected activity directive

<br />
Expand All @@ -58,9 +52,16 @@ or a mouse.
left click
</Shortcut> (Windows) resets invalid parameters if possible

<br />

### Expansion Rule Form

- <Shortcut>⌘</Shortcut> + <Shortcut>s</Shortcut> (MacOS) or <Shortcut>ctrl</Shortcut> + <Shortcut>s</Shortcut> (Windows)
saves the form

<br />

### Sequence Editor

- <Shortcut>⌘</Shortcut> + <Shortcut>s</Shortcut> (MacOS) or <Shortcut>ctrl</Shortcut> + <Shortcut>s</Shortcut> (Windows)
saves the sequence

0 comments on commit 281b790

Please sign in to comment.