Back to Super Productivity

Dialog Markdown Shortcuts.Component

src/app/ui/dialog-fullscreen-markdown/dialog-markdown-shortcuts.component.html

18.10.0515 B
Original Source

{{ T.F.NOTE.D_FULLSCREEN.SHORTCUTS.DIALOG_TITLE | translate }}

| {{ T.F.NOTE.D_FULLSCREEN.SHORTCUTS.COLUMN_ACTION | translate }} | {{ T.F.NOTE.D_FULLSCREEN.SHORTCUTS.COLUMN_SHORTCUT | translate }} | | --- | --- | @for (shortcut of MARKDOWN_SHORTCUTS; track shortcut.name) { | {{ 'F.NOTE.D_FULLSCREEN.TOOLBAR.' + shortcut.translationKey | translate }} | @for ( key of shortcutLabels[shortcut.name].keys; track $index; let last = $last ) { {{ key }} @if (!last) { + } } | } {{ T.G.CLOSE | translate }}