1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-31 10:31:52 +00:00

Merge pull request #235 from asmsuechan/add-focus-shortcut

Adds shortcuts
This commit is contained in:
Sota Sugiura
2017-01-21 16:12:13 +09:00
committed by GitHub
5 changed files with 77 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ class HotkeyTab extends React.Component {
<li><code>Escape</code> (or <code>Esc</code> for short)</li>
<li><code>VolumeUp</code>, <code>VolumeDown</code> and <code>VolumeMute</code></li>
<li><code>MediaNextTrack</code>, <code>MediaPreviousTrack</code>, <code>MediaStop</code> and <code>MediaPlayPause</code></li>
<li><code>Control</code> (or <code>Ctrl</code> for short)</li>
</ul>
</div>
}