KeysPerSecond icon indicating copy to clipboard operation
KeysPerSecond copied to clipboard

A lot of suggestions

Open Edoezin opened this issue 1 year ago • 1 comments

Add a stopwatch in the form of a trace with the elapsed time at its end, with the same color as the button, and the ability to set the accuracy to thousandths, which starts when you press the keys, and stops when you release them

Also add X and Y coordinates for the cursor, which change when it moves in any way

These features are needed to better define instrumental actions to build a plan capable of achieving an in-game goal

Also fix the laggy display of the line on the chart when the cursor moves along Y, but at the same time is on the outermost pixel of X, and the output of the path when the cursor moves to the second monitor, and when you return to the first, this path is “teleported” to where the mouse was after disappearing from the display program

Edoezin avatar Nov 24 '24 17:11 Edoezin

Thanks for the suggestions, so:

  1. Not entirely sure how you envision this trace/stopwatch functionality, I do have some press trail/trace functionality planned, but for timing are you looking for something similar to the current 'Last' panel but then for a specific key and showing the duration of the last/current press?
  2. For the cursor X/Y coordinates, do you mean somewhere within the cursor graph itself or as separate panels, or both? Either way could be an interesting feature so I'll put that on the todo list.
  3. For the cursor leaving/entering the tracked monitor, fair, I'll probably just cut out the 'teleportation' line segment.
  4. For the accuracy when near the edge of the tracked area, not entirely sure what's going on there, I'll probably looking into improving that when changing point (3).

RoanH avatar Feb 16 '25 14:02 RoanH