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:
Dan Brown
2022-02-28 13:29:34 +00:00
parent 1253711c7d
commit 20ecaa5c5a
3 changed files with 25 additions and 0 deletions

View File

@ -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>