Skip to content

Commit

Permalink
Update MEU_SCRIPT.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicker2 authored Nov 15, 2024
1 parent f75beba commit e66b29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MEU_SCRIPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def on_f9(event):
if activate_ie():
click_middle_of_screen()
press_end()
time.sleep(0.05)
time.sleep(0.5)
capture_screen(x, y, width, height)
create_pdf(image_path, pdf_path_f9)
hide_all_notifications() # Esconde todas as notificações
Expand Down Expand Up @@ -244,7 +244,7 @@ def on_f8(event):
if activate_ie():
click_middle_of_screen()
press_end()
time.sleep(0.05)
time.sleep(0.5)
capture_screen(x, y, width, height)
create_pdf(image_path, pdf_path_f8)
hide_all_notifications() # Esconde todas as notificações
Expand Down Expand Up @@ -280,7 +280,7 @@ def on_scroll_lock(event):
if activate_ie():
click_middle_of_screen()
press_end()
time.sleep(0.05)
time.sleep(0.5)
x_scroll_lock = 372
y_scroll_lock = 464
width_scroll_lock = 606 # 978 - 372
Expand Down

0 comments on commit e66b29e

Please sign in to comment.