chore: format code

This commit is contained in:
GitHub Action 2025-12-11 18:21:10 +00:00
parent 80e04be84f
commit c11bb440e6

View file

@ -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": {