Open
Conversation
Replaces the Quartz Composer-backed about window animation with a recreation using a Core Animation Bundle
Author
|
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.
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.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