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]