@lvce-editor/renderer-process 20.0.0 → 20.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6616,6 +6616,7 @@ const Minus$1 = '-';
|
|
|
6616
6616
|
const Period$1 = '.';
|
|
6617
6617
|
const Slash$1 = '/';
|
|
6618
6618
|
const Backquote$1 = '`';
|
|
6619
|
+
const Backquote2 = 'Backquote';
|
|
6619
6620
|
const BracketLeft$1 = '[';
|
|
6620
6621
|
const Backslash$1 = '\\';
|
|
6621
6622
|
const BracketRight$1 = ']';
|
|
@@ -6879,6 +6880,7 @@ const getKeyCode = key => {
|
|
|
6879
6880
|
case Slash$1:
|
|
6880
6881
|
return Slash;
|
|
6881
6882
|
case Backquote$1:
|
|
6883
|
+
case Backquote2:
|
|
6882
6884
|
return Backquote;
|
|
6883
6885
|
case BracketLeft$1:
|
|
6884
6886
|
return BracketLeft;
|