Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravhathi committed Mar 2, 2022
1 parent 532d85e commit ee1c6ef
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified How to use auto typer by saurav hathi.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions auto_typer_by_saurav_hathi.py → auto_typer.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ def singleline2():
button1 = tk.Button(root, text="Single Line", command=singleline, foreground="black", font="Helvetica 12", width=10, cursor=cursor)
button1.pack(side=tk.TOP)

kb.add_hotkey('ctrl+8', singleline2)
kb.add_hotkey('ctrl+7', singleline2)

button2 = tk.Button(root, text="Line By Line", command=linebyline, foreground="black", font="Helvetica 12", width=10, cursor=cursor)
button2.pack(side=tk.TOP,pady=(10,20))

kb.add_hotkey('ctrl+9', linebyline1)
kb.add_hotkey('ctrl+8', linebyline1)

lbl = Label(root, text="Github",fg='red', highlightthickness=2,highlightbackground = "red", font=('', 20, 'bold'), cursor=cursor)
lbl.bind("<Button>", lambda e: callback("https:#bit.ly/sauravhathi"))
Expand Down
Binary file renamed Auto Typer by Saurav Hathi.exe → setup.exe
Binary file not shown.
Binary file renamed Auto Typer by Saurav Hathi.msi → setup1.msi
Binary file not shown.

0 comments on commit ee1c6ef

Please sign in to comment.