The repository contains dll file and the source code for a dll file which can run in background of any program and can send key strokes. This dll file makes it easy for sending keys from programming languages which dont provide such features. The program can be used directly by including the sendkeys namespace and using the functions:
- start() Parameters: String of text that needs to be sent Returns: NULL
- Shortcuts: up = {UP}; down = {DOWN}; right = {RIGHT}; left = {LEFT}
You can refer to form1.cs file for an example to use the dll file For any queries feel free to send a mail on adarsh.pradyut@gmail.com