From 0cc52c22065a0cb4e3a107a0aacda07002a0fbbc Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Tue, 22 Dec 2015 11:05:45 +0900 Subject: [PATCH] =?UTF-8?q?Command=E3=82=92Windows=E3=81=AE=E5=A0=B4?= =?UTF-8?q?=E5=90=88Control=E3=81=A7=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser/main/HomePage/ArticleNavigator.js | 4 ++-- lib/components/modal/Tutorial.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/main/HomePage/ArticleNavigator.js b/browser/main/HomePage/ArticleNavigator.js index a2f6755f..6b4d5902 100644 --- a/browser/main/HomePage/ArticleNavigator.js +++ b/browser/main/HomePage/ArticleNavigator.js @@ -27,7 +27,7 @@ c-4,0-7.9,0-11.9-0.1C164,294,164,297,165.9,297L165.9,297z'/> const newPostTutorialElement = ( Create a new post!! - press `⌘ + Enter` or `a` + Create a new Post (⌘ + Enter or a) + Create a new Post ({process.platform === 'darwin' ? '⌘' : '^'} + Enter or a) {status.isTutorialOpen ? newPostTutorialElement : null} diff --git a/lib/components/modal/Tutorial.js b/lib/components/modal/Tutorial.js index cc927d92..d076729a 100644 --- a/lib/components/modal/Tutorial.js +++ b/lib/components/modal/Tutorial.js @@ -92,7 +92,7 @@ export default class Tutorial extends React.Component { There is a short-cut key [control + shift + tab] to open the Finder.
It is available to save your articles on the Clipboard
by selecting your file with pressing Enter key,
- 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]