update PPTC examples into impress

This commit is contained in:
tsuky_chen
2024-02-20 19:58:09 +08:00
parent ad9d8f51c6
commit 0519b92396
38 changed files with 809 additions and 38 deletions

View File

@@ -47,7 +47,7 @@
"command": [
"python",
"-c",
"import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);pyautogui.press('down');time.sleep(0.5);pyautogui.press('enter');time.sleep(0.5);"
"import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);"
]
}
},