Art Pad is a C# stay-on-top application that provides a customizable keypad for use with pen-based applications such as Photoshop, Painter, Manga Studio, and Rebelle. The problem is that most of these applications rely on a large number of sometimes complicated keystroke sequences to do things in the application. These sequences are hard to enter with the pen. ArtPad allows you to send them by clicking a key which you have set up.
See https://kenevans.net/opensource/ArtPad/Help/Overview.html
Installation
If you are installing from a download, just unzip the files into a directory somewhere convenient. Then run it from there. If you are installing from a build, copy these files and directories from the bin/Release directory to a convenient directory.
- ArtPad.exe
- Newtonsoft.Json.dll
- WindowsInput.dll
- Help
To uninstall, just delete these files.
Sample Configuration Files
See https://github.com/KennethEvans/VS-ArtPad/tree/master/ArtPad/Sample%20Configuration
More Information
More information and FAQ are at https://kennethevans.github.io as well as more projects from the same author.
Licensed under the MIT license. (See: https://en.wikipedia.org/wiki/MIT_License)