فهرست منبع

:memo: Mac 含 Shift 快捷键提示修改

Vanessa 2 سال پیش
والد
کامیت
82cdbcba57

+ 3 - 3
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 @@
 			]
 		}
 	]
-}
+}

+ 3 - 3
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 @@
 			}
 		}
 	]
-}
+}

+ 3 - 3
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 @@
 			]
 		}
 	]
-}
+}

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