mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #900] Different Color for recorded left and right clicks #697
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#697
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tisis2 on GitHub (May 20, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/900
Originally assigned to: @pawlos on GitHub.
Hi,
in some use cases, it would be nice to see if the recorded click was a right or a left-click. an easy approach would maybe be to just use two different colors for the type of the click.
@pawlos commented on GitHub (May 20, 2021):
It looks like that at the moment only the 'wasclicked' info is captured (no distinction between buttons) but I did a quick PoC at it looks like it is doable, so if such feature is a nice addition to the tool, let me know @NickeManarin and I can work on a fully working code

.
@tisis2 commented on GitHub (May 21, 2021):
wow, that was a very fast reaction for a first quick example and it looks exactly like what I would be looking for. thanks for that fast prototype. i hope it is considered as a nice addition and we will see it in a upcoming release :)
@pawlos commented on GitHub (May 21, 2021):
Ok, let me work on a final code. Not sure if it will land in the next release (this might be soon based on when the last was) but one after that is doable (imo).
@NickeManarin commented on GitHub (May 21, 2021):
@pawlos Good work. You can continue if you'd like to. :)
The only issue would be working out with the
ActionStackstuff and when copying/pasting frames, since the information needs to be passed to new frame objects.@pawlos commented on GitHub (May 21, 2021):
@NickeManarin Thx. And I'll keep an eye on that
ActionStack.@pawlos commented on GitHub (Jun 2, 2021):
@tisis2 this feature is now available in release 2.31
@tisis2 commented on GitHub (Jun 2, 2021):
@pawlos nice to hear that. thank you very much. i'll take a look at it after i updated :)