Adrenaline can be used to simulate a key press on your keyboard. Your computer stays awake and your programs running.
You may need Adrenaline whenever you need to keep your device awake or simulate a key press. For example:
- A program is running, and you want to make sure your PC will not hybernate or sleep during its execution.
- You want to keep your monitor on and prevent Windows automatic lock.
- You want to simulate a keyboard press event each 25 seconds.
- You want to keep your chat status as "available".
You can open Adrenaline project using Microsoft Visual Studio, and use Visual Studio's C# compiler.
In order to use Adrenaline you just need to execute the compiled binary file - the executable program. You may need to install ".NET Framework", although modern Windows systems are capable of detecting this dependency and automatically installs it for you.
You have to follow some steps in order to contribute to the project:
- Open a new Issue, describing the necessary contribution.
- Fork the repository.
- Do whatever editions in the forked repository.
- Open a new Pull Request, with reference to the opened Issue.