Skip to content

Commit 7b09d29

Browse files
authored
Merge pull request OthersideAI#91 from AzorianSolutions/issue-90-fix-search-entry-timing
Fixed timing with search triggering causing broken searches
2 parents 42da78b + 7bc7430 commit 7b09d29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operate/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,8 @@ def search(text):
694694
pyautogui.press("space")
695695
pyautogui.keyUp("command")
696696

697+
time.sleep(1)
698+
697699
# Now type the text
698700
for char in text:
699701
pyautogui.write(char)

0 commit comments

Comments
 (0)