make layout switch independent of macOS hotkey#26
Open
ogyct wants to merge 2 commits intoVasylBaran:mainfrom
Open
make layout switch independent of macOS hotkey#26ogyct wants to merge 2 commits intoVasylBaran:mainfrom
ogyct wants to merge 2 commits intoVasylBaran:mainfrom
Conversation
|
Hi-- it seems like this repo is no longer maintained, but I absolutely love this software and your bug-fix! that's a nightmare when you change language, and then when you click CAPS it changes language back... in new macOS version. Is there any way you could make a bundled version for macOS in your repo with the fix? I am not Mac developer, but absolutely would like to start using updated version. thank you all for your work! |
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.
This is a suggestion of a change for an app. ctrl+space is a commonly used hotkey in many IDEs, but macos uses it as a default for layout change. I tried to make this app independent on default key. This is done using chatgpt, I have no knowledge in c++ at all, so it might not be right. Anyway, I would be glad, if you could incorporate such a change.