Skip to content

Commit

Permalink
feat(app): update shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm committed Oct 25, 2019
1 parent bd4883d commit 3213dad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/app/shortcuts/shortcuts.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@
</app-shortcut-description>
</app-shortcut>

<app-shortcut>
<app-key></app-key> + <app-key>Click</app-key>
<app-shortcut-description>
Select items in a range
</app-shortcut-description>
</app-shortcut>

<app-shortcut>
<app-key></app-key> + <app-key>R</app-key>
<app-shortcut-description>
Move start of range selection
</app-shortcut-description>
</app-shortcut>

<app-shortcut>
<app-key></app-key> + <app-modifier-key [os]="os"></app-modifier-key> + <app-key>Drag</app-key>
<app-shortcut-description>
Expand Down

0 comments on commit 3213dad

Please sign in to comment.