Hello everyone. Hope all is well. Just wanted to come on here and say that Ecamm is now fully accessible. As a blind user, you don't have to use the beta version anymore.
Over the last few months, I was able to help the developer out with testing. If you are looking for a great software to do livestreaming, recording, etc, feel free to check the program out. There is one small thing which he needs help with. If anyone know's how to help, let me know in the comments.
Basically, when you have a scene that has a video on it, you are able to scroll through it with a slider. However, he's having a hard time making it behave like a normal Mac OS slider. Here is what he says...
I've implemented NSAccessibilitySlider protocol for a custom slider UI (not NSView-based) and it works mostly but I'm trying to replicate the behavior of an NSSlider where holding down shift makes smaller increments. I can't find any way to do this. Just checking if the shift key is down doesn't work because accessibilityPerformIncrement is not even getting called when the shift key pressed.
Does anyone know how to do this? Thanks.
Again, if anyone knows how to help, let me know.
Thank you