Make up postconfig for libreoffice writer examples

This commit is contained in:
Timothyxxx
2024-01-27 11:40:05 +08:00
parent eef5158663
commit 63852755d2
15 changed files with 362 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
"command": [
"python",
"-c",
"import pyautogui; pyautogui.press([\"ctrl\", \"s\"]);"
"import pyautogui; pyautogui.hotkey([\"ctrl\", \"s\"]);"
]
}
}