mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added shortcuts for highlighting and pasting without formatting (#18556)
No ref
This commit is contained in:
parent
7764a73e11
commit
1a8ba0693c
2 changed files with 17 additions and 1 deletions
|
@ -269,6 +269,14 @@
|
|||
<span class="gh-key mono">X</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-shortcut">
|
||||
<div><mark>Highlight</mark></div>
|
||||
<div class="gh-keys">
|
||||
<GhPostSettingsMenu::CtrlOrCmd />
|
||||
<GhPostSettingsMenu::OptionOrAlt />
|
||||
<span class="gh-key mono">H</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-shortcut">
|
||||
<div class="link">Link</div>
|
||||
<div class="gh-keys">
|
||||
|
@ -332,6 +340,14 @@
|
|||
<span class="gh-key" data-tooltip="Return">↩</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-shortcut">
|
||||
<div>Paste without formatting</div>
|
||||
<div class="gh-keys">
|
||||
<GhPostSettingsMenu::CtrlOrCmd />
|
||||
<span class="gh-key" data-tooltip="Shift">⇧</span>
|
||||
<span class="gh-key mono">V</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-shortcut">
|
||||
<div>Indent</div>
|
||||
<div class="gh-keys">
|
||||
|
|
|
@ -400,5 +400,5 @@ Post context menu
|
|||
margin: 5px 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: #dfe1e3;
|
||||
background-color: var(--whitegrey-d1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue