fix error in writer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "66399b0d-8fda-4618-95c4-bfc6191617e9",
|
||||
"snapshot": "libreoffice_writer",
|
||||
"instruction": "Could you help me insert a 7*5 empty table at the point of cursor?",
|
||||
"instruction": "Could you help me insert a 7(columns)*5(rows) empty table at the point of cursor?",
|
||||
"source": "https://www.youtube.com/watch?v=l25Evu4ohKg",
|
||||
"config": [
|
||||
{
|
||||
@@ -27,7 +27,7 @@
|
||||
"command": [
|
||||
"python",
|
||||
"-c",
|
||||
"import pyautogui; import time; time.sleep(5); pyautogui.press(\"down\", presses=40, interval=10); time.sleep(1); pyautogui.scroll(-2)"
|
||||
"import pyautogui; import time; pyautogui.press(\"down\", presses=40, interval=0.01); time.sleep(1); pyautogui.scroll(-2)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user