]> BookStack Code Mirror - bookstack/commitdiff
Update wysiwyg.blade.php 5036/head
authorbradenterpstra01 <redacted>
Wed, 29 May 2024 22:01:48 +0000 (18:01 -0400)
committerGitHub <redacted>
Wed, 29 May 2024 22:01:48 +0000 (18:01 -0400)
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.

resources/views/help/wysiwyg.blade.php

index 8fc0912586d5000fbb883e61c62d6666545d5cd6..8ff59c8d664bc3880d8a77b6bd43bb48b1ab3d85 100644 (file)
             </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>