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: "⇧⌘_"} } } };