mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04: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>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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>
|
<code>Ctrl</code>+<code>Shift</code>+<code>E</code>
|
||||||
</td>
|
</td>
|
||||||
<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>
|
<code>Cmd</code>+<code>Shift</code>+<code>E</code>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ trans('editor.inline_code') }}</td>
|
<td>{{ trans('editor.inline_code') }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user