fix: enhance instruction clarity and adjust timing in automation script for LibreOffice Impress example
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "ef9d12bd-bcee-4ba0-a40e-918400f43ddf",
|
||||
"snapshot": "libreoffice_impress",
|
||||
"instruction": "I closed the slide panel on the left and idk how to get it back please help",
|
||||
"instruction": "I closed the slide panel on the left and idk how to get it back please help. Please restore the left slide panel so it becomes visible again.",
|
||||
"source": "https://www.reddit.com/r/libreoffice/comments/18elh3y/i_closed_the_slide_pannel_on_the_left_and_idk_how/",
|
||||
"config": [
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
"command": [
|
||||
"python",
|
||||
"-c",
|
||||
"import pyautogui; import time; pyautogui.click(960, 540); time.sleep(5); pyautogui.press('esc'); time.sleep(0.3); pyautogui.press('f10'); time.sleep(0.3); pyautogui.press('right', presses=2, interval=0.1); time.sleep(0.3); pyautogui.press('down', presses=11, interval=0.1); pyautogui.press('enter')"
|
||||
"import pyautogui; import time; time.sleep(5); pyautogui.click(960, 540); time.sleep(5); pyautogui.press('esc'); time.sleep(0.3); pyautogui.press('f10'); time.sleep(0.3); pyautogui.press('right', presses=2, interval=0.1); time.sleep(0.3); pyautogui.press('down', presses=11, interval=0.1); pyautogui.press('enter')"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user