Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Add missing shortcut for checklists to help modal
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Mar 10, 2025
commit e0600309c30da4726eb0c50dad22fd387e6346d9
8 changes: 7 additions & 1 deletion src/components/HelpModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,13 @@
<td>
<code>* [] {{ t('text', 'To-Do item') }}</code>
</td>
<td v-if="!isMobileCached" />
<td v-if="!isMobileCached">
<kbd>{{ t('text', 'Ctrl') }}</kbd>
+
<kbd>{{ t('text', 'Shift') }}</kbd>
+
<kbd>9</kbd>
</td>
</tr>
<tr>
<td>{{ t('text', 'Blockquote') }}</td>
Expand Down