An open API service indexing awesome lists of open source software.

https://github.com/insthync/csharp-autokeyboard


https://github.com/insthync/csharp-autokeyboard

Last synced: 2 months ago
JSON representation

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