flyxc icon indicating copy to clipboard operation
flyxc copied to clipboard

Track replay. Mouse hover in timeline changes position

Open Murmele opened this issue 2 months ago • 1 comments

When playing a track it must be clicked on the right side on the play button. The problem is that sometimes the graph recognized the hover and then the the track starts from the end.

It would be nice if the hover will be only recognize if previously a mouse press event was in the diagram. So it can be easily paused without jumping to the end of the track.

Maybe using also the Spacebar to start and stop replaying the track?

Maybe moving the play elements and the combobox little bit up, out of the diagram?

I am trying to compile it my self but don't have yet success

Murmele avatar Apr 26 '24 16:04 Murmele

Good idea, should be easy enough to change that

On Fri, Apr 26, 2024, 18:12 Murmele @.***> wrote:

When playing a track it must be clicked on the right side on the play button. The problem is that sometimes the graph recognized the hover and then the the track starts from the end.

It would be nice if the hover will be only recognize if previously a mouse press event was in the diagram. So it can be easily paused without jumping to the end of the track.

Maybe using also the Spacebar to start and stop replaying the track?

— Reply to this email directly, view it on GitHub https://github.com/vicb/flyxc/issues/180, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB4X4W3ZH7XHGVQNQ5IEW3Y7J4FZAVCNFSM6AAAAABG3BRSCCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DMMBZHE4DGOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

vicb avatar Apr 27 '24 05:04 vicb

fixed in https://github.com/vicb/flyxc/commit/3bc458eb34da44e5a0dfb1a95e0da7cca443d86d

@Murmele let me know what you think of the new behavior

vicb avatar Apr 29 '24 07:04 vicb