📸 Screen capture through scripting + bugfix
- New Features:
- Scripting features:
- Graphics.CaptureScreen(savePath, x, y, w, h) takes a screenshots of a region (or the whole screen) and saves it
- Graphics.AnimationFromImages(savePath, frameRate, framePaths) saves a sequence of images to a .gif (or .mp4, or any of these formats: https://ffmpeg.org/ffmpeg-formats.html#Muxers)
- Util.PathExpand(path) expands environment variables to their values (e.g:
%HOMEDRIVE%
->C:
)
- Scripting features:
- Bugfix:
- Fixed bug when no mouse trigger was present (#27)
Full Changelog: 0.5.2...0.5.3
Installation:
- Copy all files in the accompanying zip (Key2Joy-0.5.3.zip) to a location on your computer.
- Double-click the Key2Joy.exe to start the app
- Configure mappings: set a trigger to start an action.
- Tick the Enable-checkbox to start simulating
(By default there is a mapping that lets you stops simulating with the key Escape)