Skip to content

Commit

Permalink
Ctrl-A before each command
Browse files Browse the repository at this point in the history
  • Loading branch information
louietyj committed Nov 7, 2016
1 parent 610412f commit 5d99e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def random_time_pair():
def enter_command(command):
if DEBUG:
print(command)
else:
else:
pyautogui.hotkey('ctrl', 'a')
pyautogui.typewrite(command)
pyautogui.press('enter')

Expand Down

0 comments on commit 5d99e2e

Please sign in to comment.