-
-
Notifications
You must be signed in to change notification settings - Fork 963
-
-
Notifications
You must be signed in to change notification settings - Fork 963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS "Secure Keyboard Entry" doesn't persist across app restarts #4471
Comments
I had thought of this as a configuration option:
In addition, the "Secure Keyboard Entry" shortcut is not customizable and cannot be removed. This key combination cannot be used for any other purpose. These two have been on my list for a while. Here are some of my thoughts.
atomic_save(f'macos_secure_keyboard_entry {self.state}'.encode('utf-8'), os.path.join(confdir, 'current-macos-secure-keyboard-entry.conf')) |
This is not something I care about. Patches are welcome. I don't even And to make it persistent, it would need to be stored on the filesystem, So I really dont know what this "security" feature secures one from. https://developer.apple.com/documentation/foundation/nsuserdefaults |
The security risks that this feature can defend against are quite limited.
In my opinion, when such software is installed, it is already a serious security problem. This is a "feature" that provides a false sense of security. The reasonable usage scenarios I can think of are as follows
Honestly, all I care about is how to remove that hard-coded shortcut key combination. |
Describe the bug
Secure Keyboard Entry is functionality in macOS doesn't remain across application restarts.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: