Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to detect Windows key?
#1
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!
Reply
#2
Quote:How do you detect if,
Windows key + Shift + Q keys are pressed?
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.
Oshadha likes this post
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020