1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-22 19:02:31 +01:00

Update wysiwyg.blade.php

Remove the Shift for the numeric shortcut for incline code.

Ctrl+8 instead of Ctrl+Shift+8

I assume Mac is the same but I do not have a Mac to test with.
This commit is contained in:
bradenterpstra01 2024-05-29 18:01:48 -04:00 committed by GitHub
parent 6019d2ee14
commit 8759fff116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,11 +98,11 @@
</tr>
<tr>
<td>
<code>Ctrl</code>+<code>Shift</code>+<code>8</code><br>
<code>Ctrl</code>+<code>8</code><br>
<code>Ctrl</code>+<code>Shift</code>+<code>E</code>
</td>
<td>
<code>Cmd</code>+<code>Shift</code>+<code>8</code><br>
<code>Cmd</code>+<code>8</code><br>
<code>Cmd</code>+<code>Shift</code>+<code>E</code>
</td>
<td>{{ trans('editor.inline_code') }}</td>