Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jun 30, 2024
1 parent ecb7f10 commit c10393a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions _drafts/friction-100.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Draft for Friction 1.0.0 Alpha 1.
* Support for Frame Out (`O`)
* Support for Markers (`K`)
* Changed shortcut for 'Invert Selection' (`Alt+A`)
* SVG import: Fix linejoin and linecap support

[**Full Changelog**](https://github.com/friction2d/friction/compare/v0.9.6...v1.0.0-alpha1).

Expand Down
4 changes: 2 additions & 2 deletions documentation/shortcuts.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ <h2 id="objects">Objects</h2>
</tr>
<tr class="even">
<td>DeSelect All</td>
<td><code>Shift</code> + <code>A</code></td>
<td><code>Alt</code> + <code>A</code></td>
</tr>
<tr class="odd">
<td>Invert Selection</td>
<td><code>Alt</code> + <code>A</code></td>
<td><code>Shift</code> + <code>A</code></td>
</tr>
<tr class="even">
<td>Pivot local/global</td>
Expand Down
4 changes: 2 additions & 2 deletions documentation/shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Shortcuts for objects are valid on active timeline and viewer.
| Group | `Ctrl` + `G`
| UnGroup | `Ctrl` + `Shft` + `G`
| Select All | `A`
| DeSelect All | `Shift` + `A`
| Invert Selection | `Alt` + `A`
| DeSelect All | `Alt` + `A`
| Invert Selection | `Shift` + `A`
| Pivot local/global | `P`

## Timeline
Expand Down

0 comments on commit c10393a

Please sign in to comment.