0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Updated editor shortcuts menu (#19027)

refs TryGhost/Product#4160
- updated header to be ctrl+option/alt+1-5 for header to avoid conflict
with os behaviour
- updated strike to be ctrl+option/alt+u to avoid view source browser
behaviour
This commit is contained in:
Steve Larson 2023-11-16 09:04:23 -06:00 committed by GitHub
parent 5acecf2cae
commit 7c1a13b88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,8 +265,9 @@
<div class="gh-shortcut">
<div><s>Strike through</s></div>
<div class="gh-keys">
<GhPostSettingsMenu::CtrlOrCmd />
<span class="gh-key mono">X</span>
<GhPostSettingsMenu::CtrlOrSymbol />
<GhPostSettingsMenu::OptionOrAlt />
<span class="gh-key mono">U</span>
</div>
</div>
<div class="gh-shortcut">
@ -318,15 +319,16 @@
<div>H2</div>
<div class="gh-keys">
<GhPostSettingsMenu::CtrlOrSymbol />
<span class="gh-key mono">H</span>
<GhPostSettingsMenu::OptionOrAlt />
<span class="gh-key mono">2</span>
</div>
</div>
<div class="gh-shortcut">
<div>H3</div>
<div class="gh-keys">
<GhPostSettingsMenu::CtrlOrSymbol />
<span class="gh-key mono">H</span>
<span class="gh-key mono clear">2x</span>
<GhPostSettingsMenu::OptionOrAlt />
<span class="gh-key mono">3</span>
</div>
</div>
</GhFormGroup>