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:
parent
6019d2ee14
commit
8759fff116
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user