mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-10 21:23:07 +03: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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user