1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

CommandをWindowsの場合Controlで表示する

This commit is contained in:
Rokt33r
2015-12-22 11:05:45 +09:00
parent 2ffe4ba70b
commit 0cc52c2206
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ export default class Tutorial extends React.Component {
There is a short-cut key [control + shift + tab] to open the Finder.<br/>
It is available to save your articles on the Clipboard<br/>
by selecting your file with pressing Enter key,<br/>
and to paste the contents of the Clipboard with [Command-V]
and to paste the contents of the Clipboard with [{process.platform === 'darwin' ? 'Command' : 'Control'}-V]
<img width='480' src='../../resources/finder.png'/>
</div>