Przeglądaj źródła

chore: format code

GitHub Action 2 miesięcy temu
rodzic
commit
c11bb440e6
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      packages/sdk/openapi.json

+ 2 - 2
packages/sdk/openapi.json

@@ -7333,12 +7333,12 @@
           },
           },
           "input_undo": {
           "input_undo": {
             "description": "Undo in input",
             "description": "Undo in input",
-            "default": "ctrl+-",
+            "default": "ctrl+-,super+z",
             "type": "string"
             "type": "string"
           },
           },
           "input_redo": {
           "input_redo": {
             "description": "Redo in input",
             "description": "Redo in input",
-            "default": "ctrl+.",
+            "default": "ctrl+.,super+shift+z",
             "type": "string"
             "type": "string"
           },
           },
           "input_word_forward": {
           "input_word_forward": {