Releases: nhmkdev/KeyCap
v.2.3.0.0
Warning
Please backup any configs before using them with this or any version!
If you run into any issues I recommend using 2.0.0.4
Changes
2.3.0.0
- Added support for middle/xbutton1/xbutton2 mouse buttons as input (original implementation added via pull request by michelematteini)
v.2.2.1.0
Warning
Please backup any configs before using them with this or any version!
If you run into any issues I recommend using 2.0.0.4
Changes
2.2.1.0
- Added logic around updating existing entries with multiple outputs (avoid accidentally losing the outputs!)
- Added ability to append/remove the output at a specific index.
v.2.2.0.0
Warning
This version is highly experimental with limited testing.
Please backup any configs before using them with this or any version!
If you run into any issues I recommend using 2.0.0.4
Changes
- Added ability to double click to load up an existing entry for convenience
- Added ability to update/replace an existing entry (cannot edit items performing multiple outputs at this time)
- Changed mouse clicks to just be buttons instead of a pull down
- Moved the controls to add/update/append/remove to a single location
- Tweaked the call to send the original key on a "failed" (too short) long press to run immediately instead of via a thread
- Added confirmation dialog on remove
- Changed application type to avoid the console window popping up at startup
- Massive refactors of the UI to support the other changes (fewer nightmares) -- this is the risky part!
v.2.1.0.1
Warning
Please backup any configs before using them with this or any version!
If you run into any issues I recommend using 2.0.0.4
Changes
- Updated long press logic on key up to detect if no prior long press for the key had been initialized.
This may help avoid quick key presses like ctrl+c
where users release the ctrl
and c
key at slightly different times. Users may sometimes release the ctrl
key slightly before c
... This was previously immediately treated as a key up event resulting in interpreting the event as a "failed" long press.
v.2.0.0.4
Warning
Please backup any configs before using them with this or any version!
If you run into any issues I recommend using 2.0.0.3
Changes
- Refactors and improvements with the output controls (blocking unsupported configurations)
- Updated all delays/repeats to operate on increments of 100ms
- Delays are now specified in milliseconds(!)
- Added tool tips to the options for inputs/outputs
v.2.0.0.1
Warning
Critical - This version uses a completely new file format and is NOT COMPATIBLE with the 1.x.x.x version's kfg files.
Please backup any configs before using them with this or any version!
Changes
- Added ability to cancel ongoing threads (repeats/delays) with an input
- Various bug fixes...