mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 09:34:37 +08:00
Added ctrl+shift+k shortcut to WYSIWYG
Shows entity select dialog for more direct entity link insertion. Aligns with shortcut from markdown editor. For #3244
This commit is contained in:
@ -115,6 +115,15 @@
|
||||
{{ trans('editor.callouts_cycle') }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<code>Ctrl</code>+<code>Shift</code>+<code>K</code>
|
||||
</td>
|
||||
<td>
|
||||
<code>Cmd</code>+<code>Shift</code>+<code>K</code>
|
||||
</td>
|
||||
<td>{{ trans('editor.link_selector') }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user