I'm trying to implement numpad
in PyQt5
and Windows 10
. There are buttons 1
, 2
, ... 9
, enter
I'd like to implement the following event:
When user clicks for example on button 1
, the character '1'
will be sent to background application (for example notepad).
I have done simple GUI. I only need to implement this event. What libraries, functions can I use to this purpose?