Skip to content

Releases: nhmkdev/KeyCap

v.2.3.0.0

16 Feb 15:41
f79990f
Compare
Choose a tag to compare

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

23 May 17:11
Compare
Choose a tag to compare
v.2.2.1.0 Pre-release
Pre-release

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

01 Feb 15:45
Compare
Choose a tag to compare
v.2.2.0.0 Pre-release
Pre-release

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

29 Jan 00:33
Compare
Choose a tag to compare
v.2.1.0.1 Pre-release
Pre-release

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

12 Jan 21:04
Compare
Choose a tag to compare

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

28 May 15:32
Compare
Choose a tag to compare

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...

v.1.0.0.1

20 Oct 23:16
Compare
Choose a tag to compare

Upgraded the SDK and project files.

  • Removed the taskbar display for the app (notification icon only, good request - less confusing)