mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-13 18:53:59 +02:00
Add redo hotkey for Windows (Ctrl+Shift+Z) (#3110)
This commit is contained in:
committed by
Ian Storm Taylor
parent
a0b7976cb9
commit
02b87d5968
@@ -43,7 +43,7 @@ const APPLE_HOTKEYS = {
|
||||
const WINDOWS_HOTKEYS = {
|
||||
deleteWordBackward: 'ctrl+shift?+backspace',
|
||||
deleteWordForward: 'ctrl+shift?+delete',
|
||||
redo: 'ctrl+y',
|
||||
redo: ['ctrl+y', 'ctrl+shift+z'],
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user