https://github.com/insthync/csharp-autokeyboard
https://github.com/insthync/csharp-autokeyboard
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/insthync/csharp-autokeyboard
- Owner: insthync
- License: mit
- Created: 2017-10-16T13:05:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T16:52:14.000Z (over 8 years ago)
- Last Synced: 2025-12-31T22:43:15.556Z (6 months ago)
- Language: C#
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSharp-Autokeyboard
A Simple auto keyboard which will focus on selected application then add input as you set
## Each row you can set:
* enabled? : if you are not checked, this row will not run
* keys: inputs you want to send to selected application
* flood: time to flood inputs
* delay: delay in milliseconds before next input
* repeat: input repeat
## Another keys
* `{ENTER}` - to send Enter button input
* `{F1}`...`{F12}` - to send F1...F12 input
* `{UP}` - to send Up arrow input
* `{DOWN}` - to send Down arrow input
* `{LEFT}` - to send Left arrow input
* `{RIGHT}` - to send Right arrow input
* `+` - to send Shift input
* `^` - to send Ctrl input
* `%` - to send Alt input
For games I think input above are enough
But there are more keys you can see it here : https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send(v=vs.110).aspx