@lvce-editor/constants 1.39.0 → 1.40.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.
@@ -166,6 +166,7 @@ export const getKeyCode = (key) => {
166
166
  case Key.Slash:
167
167
  return KeyCode.Slash;
168
168
  case Key.Backquote:
169
+ case Key.Backquote2:
169
170
  return KeyCode.Backquote;
170
171
  case Key.BracketLeft:
171
172
  return KeyCode.BracketLeft;
@@ -81,6 +81,7 @@ export const Minus = '-';
81
81
  export const Period = '.';
82
82
  export const Slash = '/';
83
83
  export const Backquote = '`';
84
+ export const Backquote2 = 'Backquote';
84
85
  export const BracketLeft = '[';
85
86
  export const Backslash = '\\';
86
87
  export const BracketRight = ']';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "1.39.0",
3
+ "version": "1.40.0",
4
4
  "description": "Constants",
5
5
  "repository": {
6
6
  "type": "git",