Hello

Suppose u have a chackable action, with a key shortcut assigned to it. When the key is pressed, the action is checked. When the key is pressed again, the action is un-checked.

Everything works fine, as long as the user just presses the key and releases it quickly. But if for some reason the key stays pressed, then the action is checked and then unchecked and so on, continuously, until the key is released!

Why is there such a behavior? Is there any work around?

thanks in advance