You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ pip install -r requirements.txt
24
24
5. Once the dependencies are installed, you can run the program using the following command:
25
25
26
26
```
27
-
python autotyper.py
27
+
python app.py
28
28
```
29
29
30
30
@@ -34,7 +34,7 @@ Alternatively, you can download the pre-built executable file from the [Releases
34
34
1. Launch the AutoTyper program.
35
35
2. Enter the desired text that you want to auto-type.
36
36
3. Specify the typing speed (words per minute) or use the default value.
37
-
4. Set the keyboard shortcut to start and stop the auto-typing process. By default, the shortcuts are set to `Ctrl+Alt+T` to start typing and `Ctrl+Alt+S` to stop typing.
37
+
4. Set the keyboard shortcut to start and stop the auto-typing process. By default, the shortcuts are set to `Esc(Holding)` to start typing and `Ctrl+C` to stop typing.
38
38
5. Press the specified start shortcut keys to begin the auto-typing process. The program will automatically type the specified text.
39
39
6. To stop auto-typing, press the stop shortcut keys. The program will cease typing.
0 commit comments