How do you detect if,
Windows key + Shift + Q keys are pressed?
I tried to search google, and Youtube, but it didn't make sense!
Windows key + Shift + Q keys are pressed?
I tried to search google, and Youtube, but it didn't make sense!
| How to detect Windows key? |
| How do you detect if, Windows key + Shift + Q keys are pressed? I tried to search google, and Youtube, but it didn't make sense! Jan-13-2021, 10:37 PM Quote:How do you detect if,I am assuming you many using python In python, you would use a keyboard listener. There are many packages in python built for this purpose (or something closely related). Look through: https://pypi.org/search/?q=keyboard+%2B+listener&o= You'll probably find something useful. |
| |