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
|
### Bug Fixes
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
- The accelerator of "Redo" is now shown as `Ctrl+Y`
|
||||||
|
|
||||||
#### macOS
|
#### macOS
|
||||||
- Fixed an issue where the default download folder was `Macintosh HD`
|
- 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
|
- **Quit** (Ctrl+Q) - Exits the application
|
||||||
- **Edit**
|
- **Edit**
|
||||||
- **Undo** (Ctrl+Z) - Reverses previous action
|
- **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
|
- **Cut** (Ctrl+X) - Cuts selected text
|
||||||
- **Copy** (Ctrl+C) - Copies selected text
|
- **Copy** (Ctrl+C) - Copies selected text
|
||||||
- **Paste** (Ctrl+V) - Pastes text from clipboard
|
- **Paste** (Ctrl+V) - Pastes text from clipboard
|
||||||
|
Reference in New Issue
Block a user