Button shortcut autorepeat
Unsolved
General and Desktop
-
Hi, I need to react to press and release events for a button. With mouse it works: press event when I press, release event when released. With key shortcut (F8) I got repeated press/release.
I know I can set autorepeat for button and for shortcut but I need to disable autorepeat for shortcut created with setShortcut method.