From 82cdbcba579c12d54de111a652f6ec56bf2301e0 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 2 Sep 2022 13:16:26 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20Mac=20=E5=90=AB=20Shift=20=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E9=94=AE=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20210808180303-xaduj2o/20200924100950-9op5xi1.sy | 6 +++--- .../20210808180321-hbvl5c2/20200813004551-gm0pbn1.sy | 6 +++--- .../20211226121203-rjjngpz/20211226122549-jktxego.sy | 6 +++--- app/src/constants.ts | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20200924100950-9op5xi1.sy b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20200924100950-9op5xi1.sy index f1ca1c5d0..21f80b392 100644 --- a/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20200924100950-9op5xi1.sy +++ b/app/guide/20210808180117-6v0mkxr/20200923234011-ieuun1p/20210808180303-xaduj2o/20200924100950-9op5xi1.sy @@ -5941,7 +5941,7 @@ }, { "Type": "NodeText", - "Data": "⇧⌘." + "Data": "⇧⌘>" }, { "Type": "NodeKbdCloseMarker" @@ -9456,7 +9456,7 @@ }, { "Type": "NodeText", - "Data": "⇧⌘-" + "Data": "⇧⌘_" }, { "Type": "NodeKbdCloseMarker" @@ -11055,4 +11055,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20200813004551-gm0pbn1.sy b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20200813004551-gm0pbn1.sy index 075ae59f3..a427df055 100644 --- a/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20200813004551-gm0pbn1.sy +++ b/app/guide/20210808180117-czj9bvb/20200812220555-lj3enxa/20210808180321-hbvl5c2/20200813004551-gm0pbn1.sy @@ -6039,7 +6039,7 @@ }, { "Type": "NodeText", - "Data": "⇧⌘." + "Data": "⇧⌘>" }, { "Type": "NodeKbdCloseMarker" @@ -9483,7 +9483,7 @@ }, { "Type": "NodeText", - "Data": "⇧⌘-" + "Data": "⇧⌘_" }, { "Type": "NodeKbdCloseMarker" @@ -11060,4 +11060,4 @@ } } ] -} \ No newline at end of file +} diff --git a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20211226122549-jktxego.sy b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20211226122549-jktxego.sy index ed189dfd9..a614e2445 100644 --- a/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20211226122549-jktxego.sy +++ b/app/guide/20211226090932-5lcq56f/20211226115423-d5z1joq/20211226121203-rjjngpz/20211226122549-jktxego.sy @@ -6039,7 +6039,7 @@ }, { "Type": "NodeText", - "Data": "⇧⌘." + "Data": "⇧⌘>" }, { "Type": "NodeKbdCloseMarker" @@ -9502,7 +9502,7 @@ }, { "Type": "NodeText", - "Data": "⇧⌘-" + "Data": "⇧⌘_" }, { "Type": "NodeKbdCloseMarker" @@ -11101,4 +11101,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/app/src/constants.ts b/app/src/constants.ts index dcd7de432..e76d30c82 100644 --- a/app/src/constants.ts +++ b/app/src/constants.ts @@ -127,7 +127,7 @@ export abstract class Constants { vLayout: {default: "", custom: ""}, refPopover: {default: "", custom: ""}, insertBottom: {default: "⌥⌘.", custom: "⌥⌘."}, - refTab: {default: "⇧⌘.", custom: "⇧⌘."}, + refTab: {default: "⇧⌘>", custom: "⇧⌘>"}, openBy: {default: "⌘.", custom: "⌘."}, insertRight: {default: "⌥.", custom: "⌥."}, attr: {default: "⌥⌘A", custom: "⌥⌘A"}, @@ -202,7 +202,7 @@ export abstract class Constants { moveToLeft: {default: "⌥⌘L", custom: "⌥⌘L"}, moveToRight: {default: "⌥⌘R", custom: "⌥⌘R"}, "delete-row": {default: "⌘-", custom: "⌘-"}, - "delete-column": {default: "⇧⌘-", custom: "⇧⌘-"} + "delete-column": {default: "⇧⌘_", custom: "⇧⌘_"} } } };