-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Show Mouse Clicks #168
Comments
+1 that would be awesome! |
Hey, I don't think this is necessarily out of scope for KeyCastr, in fact I agree it would be very helpful for certain kinds of screencasts. There's a lot to consider when it comes to the details of such a feature however. The basics of this are very easy, in fact I already have something simple working on a private branch. The next step would be to show where the user has clicked. But there are other subtleties to consider, such as mouseDown vs mouseUp, drag, etc. This is an area where some UX design help would be very welcome, in case anyone is inspired to help out. FYI, I've used MouseLocator for this same purpose many years ago, but I'm not sure of its compatibility with recent versions of macOS. |
How would you like to collaborate on UX? |
I am using Big Sur and when i do a screen recording in Quicktime, there is an option to show mouse clicks. They don't show while you are recording but in the generated video, a little bubble is shown emanating from each mouse click. So that is one way to show mouse clicks without using paid software. |
It's been a little while, but I have a set of changes in progress that somewhat emulate the results you get when including the mouse clicks in Quicktime. I'll release a new version as soon as it's in! |
Looking forward to the update! |
Great!
…On Sun, Feb 13, 2022 at 10:27 AM Gurjeet Singh ***@***.***> wrote:
Looking forward to the update!
—
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZGBFXFXGRGZDI6KJGHDZTU27SWPANCNFSM4NJW7CWQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
This is now available in v0.9.12 |
I notice the actual button of the mouseclick isn't showing; I get the same icon for Right, Left, Side Buttons, Scrollwheel Button, etc. Possible to request the actual mouse button to be displayed? |
This may be considered outside the scope of Keycastr, but bear with me.
The primary use of Keycastr for me, and I think for many other users as well, is to show the keystrokes used during a screen recording. During a screen recording, it's also very useful to explicitly show when and where a mouse is being clicked.
It would be great if Keycastr had this feature, so we didn't have to rely on other software. There are some paid software, but none FOSS ones.
The text was updated successfully, but these errors were encountered: