Write about Ctrl+Y for Redo on Windows

Due to Electron v1.4.2
This commit is contained in:
Yuya Ochiai
2016-10-08 00:59:44 +09:00
parent b33dae5ba2
commit 5835a74b54
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ Release date: TBD
### Bug Fixes
#### Windows
- The accelerator of "Redo" is now shown as `Ctrl+Y`
#### macOS
- Fixed an issue where the default download folder was `Macintosh HD`

View File

@@ -147,7 +147,7 @@ Below lists menu options (shortcut keys are listed in brackets, `Ctrl` becomes `
- **Quit** (Ctrl+Q) - Exits the application
- **Edit**
- **Undo** (Ctrl+Z) - Reverses previous action
- **Redo** (Ctrl+Shift+Z) - Replays most recent action
- **Redo** (Ctrl+Shift+Z, Ctrl+Y on Windows) - Replays most recent action
- **Cut** (Ctrl+X) - Cuts selected text
- **Copy** (Ctrl+C) - Copies selected text
- **Paste** (Ctrl+V) - Pastes text from clipboard