adds note about KeePassXC in common pitfalls#1344
Open
audishos wants to merge 1 commit intonikitabobko:mainfrom
Open
adds note about KeePassXC in common pitfalls#1344audishos wants to merge 1 commit intonikitabobko:mainfrom
audishos wants to merge 1 commit intonikitabobko:mainfrom
Conversation
re. getting stuck in secure input mode, disabling `option` key binding
nikitabobko
reviewed
Apr 25, 2025
|
|
||
| If you can't make AeroSpace handle some keys in your config, please make sure that you don't have keys conflict with other software that might listen to global keys (e.g. skhd, Karabiner-Elements, Raycast) | ||
|
|
||
| If you have KeePassXC installed and up-to-date (v2.7.10 at the time of writing), you may notice that bindings which use the `option` key will stop working after some time. This is a known issue where KeePassXC gets stuck in secure input mode (see: https://github.com/keepassxreboot/keepassxc/issues/11906[#11906]). The recommendation for now is to downgrade to v2.7.9. |
Owner
There was a problem hiding this comment.
It's not only about KeePassXC. First and foremost, it's a macOS problem (aka "security feature") which is called "secure input" and the paragraph should be phrased this way. When any "security input" field is focused, global opt won't work (e.g. Terminal.app has it in its top menubar Terminal -> Secure Keyboard Entry)
The KeePassXC case is interesting because as it turns out it's possible to break macOS "secure input" in a way that even if the application runs only in background, it can also break global opt key
There was a problem hiding this comment.
I'm also having the same issue with Ferdium on macOS 14.8
f324d2e to
7aff813
Compare
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.
re. getting stuck in secure input mode, disabling
optionkey binding