-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the new delay functions with macros
This implementation adds some UI Elements to the Binding tab. When recording a macro, the timing (the time between changes the Keyboard receives) are noted with the key values. When saved with the detailled timing information, you may choose between - running the macro witghout any delay - running it with the standard delay - 0ms for the first 20 changes (normally 10 Keys), - then 30ms for up to 100 keys (200 status-changes) - and then 200ms for any further change) - running the key delays, which had been recorded. After recording (or after saving) you may change the timing values. This might be useful, if you want to generate slow keystrokes, but you do not want unneccessary long wait times (e.g. when sending longer macro content to a virtual machine or a remote desktop tool, the maximum speed is often too high. So include a short delay and all is fine).
- Loading branch information
1 parent
d880766
commit fdf73e2
Showing
6 changed files
with
80 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters