python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to properly catch and filter all keyboard events in a QTableWidget?
I'd like to filter the characters entered in the cells of a QWidgetTable to only accept hexadecimal characters (ie filter ascii character that doesn't represent an hex value).
I tried different option...
PtiCaillou
Votes: 0
Answers: 1
KeyAdapter and KeyEvent is not working in Java, what to do?
So I was trying to make a snake game using the help of BroCode, a youtube channel. I copied the exact same code first to learn but the getkeycode is not working. Means I am pressing the left, right, u...
Newbie_programmer
Votes: 0
Answers: 1
Keyevents in Pseudoterminals
I have a program to create pseudo terminals which uses https://github.com/creack/pty for Unix and https://github.com/ActiveState/termtest/conpty for windows.
I have a terminal emulator which uses a We...
Dificilcoder
Votes: 0
Answers: 1
Java keyPressed Event stops working after Window Focus was Regained
I have a little Problem with my KeyPressed Event.
If I launch my App everything works fine. If I then Defocus the Window, and later Refocus, the KeyEvent does not fire. After I press "Shift + Tab...
JojocraftTv
Votes: 0
Answers: 1