General program/codebase improvements - #342
Conversation
Replaces the Quartz Composer-backed about window animation with a recreation using a Core Animation Bundle
|
The defined window titles in 3e1967f should let you easily select the KeyCastr window from a screen capture software (such as OBS). Meaning even if it's not visible on-screen (such as #340), you can add a window capture source to superimpose the KeyCastr window on the recording. I've tested it with the Svelte visualizer and it works great. |
- Introduces KCDisplayMode (for checking if the current visualizer should show a type of keypress) - Introduces `KCAvailableDisplayMode` (for validating whether a display mode should be visible in settings for the current visualizer) Additional changes need to be made to KCEventTransformer to use values inside KCDisplayMode for validation, rather than the no longer accurate “isCommand” and “isModified” methods on KCKeystroke.
|
Really happy with how the about window interactivity came out. You can either hover your mouse over the app icon, or hold down the command key (since the app icon is one after all). KeyCastr_About.mov |
akitchen
left a comment
There was a problem hiding this comment.
I'll consider pulling in some of these pieces separately but this can't be merged as-is
| CURRENT_PROJECT_VERSION = "$(MARKETING_VERSION)"; | ||
| DEAD_CODE_STRIPPING = YES; | ||
| DEVELOPMENT_TEAM = 68TUCLNAPS; | ||
| DEVELOPMENT_TEAM = 9BA6D47628; |
There was a problem hiding this comment.
Definitely can't merge with this included
There was a problem hiding this comment.
Oops, completely missed that. Will try to split these into smaller changes when I'm able to find the time.
.kcpluginas a UTIAnd after a fair amount of work, I managed to recreate the about window as a native Core Animation bundle! I also modernized the logo a bit, please feel free to give your opinions on it and I'd be happy to adjust it to your liking.
AboutWindow.mp4