Skip to content

Release 7.1.0 Beta 12

Pre-release
Pre-release
Compare
Choose a tag to compare
@FlyingDiver FlyingDiver released this 02 Apr 15:19
· 94 commits to main since this release

This release has added double and triple click detection to the button triggers. Choose the number of clicks in the config dialog for the keypad button event.

All triggers will fire for a multi-click. If a keypad button is pressed twice within the timeout period (currently set to 1 second), both single-click and double click triggers will fire (in that order). All three will fire for a triple-click.

The timeout is between keypresses, not for the whole sequence. So a triple click needs to be completed in less than 2 seconds.