add libreoffice examples for windows
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "0e763496-b6bb-4508-a427-fad0b6c3e195",
|
||||
"snapshot": "libreoffice_writer",
|
||||
"snapshot": "word",
|
||||
"instruction": "Change the font to \"Times New Roman\" throughout the text.",
|
||||
"source": "https://ask.libreoffice.org/t/how-do-i-change-the-font-for-the-whole-document-in-writer/9220",
|
||||
"config": [
|
||||
@@ -24,14 +24,14 @@
|
||||
],
|
||||
"trajectory": "trajectories/",
|
||||
"related_apps": [
|
||||
"libreoffice_writer"
|
||||
"word"
|
||||
],
|
||||
"evaluator": {
|
||||
"postconfig": [
|
||||
{
|
||||
"type": "activate_window",
|
||||
"parameters": {
|
||||
"window_name": "Dublin_Zoo_Intro.docx - LibreOffice Writer",
|
||||
"window_name": "Dublin_Zoo_Intro - Word",
|
||||
"strict": true
|
||||
}
|
||||
},
|
||||
@@ -47,7 +47,7 @@
|
||||
"command": [
|
||||
"python",
|
||||
"-c",
|
||||
"import pyautogui; import time; pyautogui.hotkey(\"ctrl\", \"s\"); time.sleep(0.5); pyautogui.press(\"enter\");"
|
||||
"import pyautogui; import time; pyautogui.hotkey(\"ctrl\", \"s\"); time.sleep(5);"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user