Skip to content

Commit 4daf229

Browse files
authored
Update README.md
1 parent 377c9ca commit 4daf229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install -r requirements.txt
2424
5. Once the dependencies are installed, you can run the program using the following command:
2525

2626
```
27-
python autotyper.py
27+
python app.py
2828
```
2929

3030

@@ -34,7 +34,7 @@ Alternatively, you can download the pre-built executable file from the [Releases
3434
1. Launch the AutoTyper program.
3535
2. Enter the desired text that you want to auto-type.
3636
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.
3838
5. Press the specified start shortcut keys to begin the auto-typing process. The program will automatically type the specified text.
3939
6. To stop auto-typing, press the stop shortcut keys. The program will cease typing.
4040

0 commit comments

Comments
 (0)