Skip to content
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

Unable to detect Alphanumeric keys in MacOS 11.2.2 #34

Closed
jarnm04 opened this issue Mar 5, 2021 · 2 comments
Closed

Unable to detect Alphanumeric keys in MacOS 11.2.2 #34

jarnm04 opened this issue Mar 5, 2021 · 2 comments

Comments

@jarnm04
Copy link

jarnm04 commented Mar 5, 2021

My computer is a MacBook Pro running the most recent MacOS (11.2.2). It appears that get_keys() is not picking up when alphanumeric keys, or the spacebar are pressed. Other keys (tab, shit, ctrl, etc.) are detected. From talking with friends, they are experiencing the same issue, and code that does not work on my MacBook runs without issue when performed on Windows.

@ostrosco
Copy link
Owner

ostrosco commented Mar 5, 2021

Unfortunately this is a permission issue with MacOS that we can't get around (as far as we know, if you have an idea that'd be great). Take a look here for more information: #17

Here's an issue that talked about their solution. dteoh/SlowQuitApps#32

solved
open MacOS system preference
then go to security/privacy
then click on privacy
scroll down to accessibility
then unlock
then add slowquitapps.app to the list
again, add the app to application data to allow this app access to application data

@jarnm04
Copy link
Author

jarnm04 commented Mar 5, 2021

Just gave that a shot and got it working. Thanks very much for the quick reply and the reference!

@jarnm04 jarnm04 closed this as completed Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants