Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaurelima authored Feb 17, 2022
1 parent e6c5434 commit 195c2aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MK Digitador
It can be used to simulate a typing on keyboard from a given text. Only for Windows.

# How to compile
This software was writed and compiled using Code::Blocks IDE, along wxSmith. If wxWidgets library is corretly configured in your sistem, as well wxSmith, just clicking in run/compile button will be enought. There's not any additional configurations beyond default.
Since it uses windows API to simulate a keyboard hardware, that version don't works in linux or any sytem that don's be Windows.

# How to use
Just paste the text in text box, then click in "iniciar". There's a field where you can define a time to wait, to you can put the cursor on correct local before the simulaton begin. You can define the velocity of typing too.

0 comments on commit 195c2aa

Please sign in to comment.