Skip to content

Commit

Permalink
Merge pull request #51 from googlefonts/issue-50-update-context-menu
Browse files Browse the repository at this point in the history
Update Context menu infos
  • Loading branch information
ollimeier authored Aug 7, 2024
2 parents 756a06c + 3dd345c commit e080034
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions _reference/canvas/context-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The context menu gives access to functions specific to the current selection.
<td>⌘ V</td>
</tr>
<tr>
<td>Delete</td>
<td>Delete Selection</td>
<td>delete current selection</td>
<td>⌫</td>
</tr>
Expand All @@ -72,6 +72,26 @@ The context menu gives access to functions specific to the current selection.
<td> </td>
</tr>
<tr>
<td>Add Anchor</td>
<td>add anchor to glyph</td>
<td> </td>
</tr>
<tr>
<td>Add Guideline</td>
<td>add guideline to glyph</td>
<td> </td>
</tr>
<tr>
<td>Lock Guideline</td>
<td>Lock or unlock selected guideline</td>
<td> </td>
</tr>
<tr>
<td>Close Contour</td>
<td>close one or many contours (based on selection) or <br>join selected points (must be end-points)</td>
<td>⌘ J</td>
</tr>
<tr>
<td>Break Contour</td>
<td>break contours at the selected points</td>
<td> </td>
Expand All @@ -89,7 +109,7 @@ The context menu gives access to functions specific to the current selection.
<tr>
<td>Decompose Components</td>
<td>decompose selected components</td>
<td> </td>
<td>⇧ ⌘ D</td>
</tr>
<tr class='table-group-divider'>
<td>Select Previous Source</td>
Expand Down

0 comments on commit e080034

Please sign in to comment.