Fix some errors found in impress and thunderbird examples

This commit is contained in:
Timothyxxx
2024-01-29 20:14:47 +08:00
parent 461651e127
commit f9d9895541
14 changed files with 56 additions and 45 deletions

View File

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