Christoffer Winterkvist
Christoffer Winterkvist
Yeah, I've noticed some funny business with that window.
I started tinkering with a "bezel" notification earlier. https://github.com/zenangst/KeyboardCowboy/assets/57446/b8b89540-bfb9-45c6-86a9-f17269a16166
It would be nice if you could make the notification state something, or even get the output from a terminal or script command. So if you toggle, Let's say "Lower...
Started playing around with a new notification option. https://github.com/user-attachments/assets/abd88e29-10ff-4654-88c5-ac00ab875e3b
https://github.com/user-attachments/assets/f62cdad9-2c18-4c67-9706-310580ee3b43 Here's the first draft of the implementation! :) The blue color is the accent color that the user has chosen, so it will match your system preferences.
@FischLu You can set up the commands to send notifications when they're running and when they're finished. Especially useful for long-running tasks, like Apple scripts or shell scripts.
I guess this is a good place to start - https://developer.apple.com/documentation/sirikit/infocusstatuscenter That would at least give us the current focus mode. However, I'm unsure if we can get a list...
Great addition, it is in the works! :)
@vladdeSV Currently investigating the approach that you are suggesting. I'm wondering how we could monitor both, or rather we do that today but the trigger for the function to be...
I think I came up with a very minor but doable fix now. Instead of simply monitoring flags changed, we now check for `.keyUp` and `keyDown` events. What this means...