Fix cntrl shift z on windows/linux

pull/210/head^2
Michael Truell 2023-03-24 23:42:02 -07:00
parent 960357c577
commit 0b30374c29
3 changed files with 3 additions and 2 deletions

View File

@ -102,6 +102,7 @@ function MenuBar() {
() => {
dispatch(gs.openRemotePopup(null))
},
''
],
[
'Save File',

View File

@ -2229,7 +2229,7 @@ cm-diff-cancel > div {
padding: 8px 12px;
cursor: pointer;
display: flex;
justify-content: center;
/* justify-content: center; */
align-items: center;
}

View File

@ -246,7 +246,7 @@ const createWindow = () => {
},
{
label: 'Redo',
accelerator: 'Shift+Cmd+Z',
accelerator: META_KEY+'Shift+Z',
selector: 'redo:',
},
{ type: 'separator' },