How to control python gui application using 4*4 matrix keypad? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to control python gui application using 4*4 matrix keypad?

HI, I am doing one gui project using raspberry pi coding using python interface 4*4 matrix keypad I want control buttons in the gui Application by using that matrix keypad as same as like mouse and keyboard how to do that . I created gui app but it works good using mouse . Instead of mouse I need to use keypad . Please tell me the solution

27th Feb 2021, 1:51 PM
SIDHU
SIDHU - avatar
3 Answers
0
You would need to find out what keys the keypad uses. Then map those keys to certain actions in the app.
27th Feb 2021, 1:53 PM
Slick
Slick - avatar
0
I have separate code for keypad that find what key pressed but I need integrate 4*4matrix keypad work as mouse by pressing some number key in keypad . If it is possible
28th Feb 2021, 4:28 PM
SIDHU
SIDHU - avatar
0
And thanks for valuable answers
28th Feb 2021, 4:30 PM
SIDHU
SIDHU - avatar