Write about Ctrl+Y for Redo on Windows
Due to Electron v1.4.2
This commit is contained in:
@@ -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`
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user