From 5835a74b5479d9bb290db55adb5b7ea1d1d4f4c5 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sat, 8 Oct 2016 00:59:44 +0900 Subject: [PATCH] Write about Ctrl+Y for Redo on Windows Due to Electron v1.4.2 --- CHANGELOG.md | 1 + docs/setup.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 047d15a3..f61644cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/docs/setup.md b/docs/setup.md index c9d4fe65..ec802cd5 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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