keyboard - Delphi: How do I stop TAction shortcut keys autorepeating? -


I am using the Delphi Tactical List with shortcut keys for some tasks.

I want to stop it, some tasks are being triggered several times to repeat the keyboard automatically, but I not affect the auto-repetitive operation globally. Want to What is the best way to do this?

Explanation : I still have to handle several sharp keyboards - this is the only auto-repeat keypass that I I want to ignore

Block messages, and look at bit 30 to see if it is repeating itself . If so, do not give the message as usual and it will not be seen.

You may have to enable a preview of the form to create this work.


Comments