GitHub Action 2 месяцев назад
Родитель
Сommit
c11bb440e6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/sdk/openapi.json

+ 2 - 2
packages/sdk/openapi.json

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