add libreoffice examples for windows
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "0810415c-bde4-4443-9047-d5f70165a697",
|
||||
"snapshot": "libreoffice_writer",
|
||||
"snapshot": "word",
|
||||
"instruction": "Make the line spacing of first two paragraph into double line spacing",
|
||||
"source": "https://www.youtube.com/watch?v=Q_AaL6ljudU",
|
||||
"config": [
|
||||
@@ -24,14 +24,14 @@
|
||||
],
|
||||
"trajectory": "trajectories/",
|
||||
"related_apps": [
|
||||
"libreoffice_writer"
|
||||
"word"
|
||||
],
|
||||
"evaluator": {
|
||||
"postconfig": [
|
||||
{
|
||||
"type": "activate_window",
|
||||
"parameters": {
|
||||
"window_name": "Novels_Intro_Packet.docx - LibreOffice Writer",
|
||||
"window_name": "Novels_Intro_Packet - 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(0.5);"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user