i'm a PYQT freshman i'm using PYQT5 and Python3.x on raspberry pi 3
Update
sorry for previous question
The question is :
How can i know if the num lock is on? For simply, i want to :
- print ("NumLock is ON") # if num lock is on without any key pressed before or using keypressevent.
- else print("NumLock is OFF") # if numlock is off