You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand how to configure HotKeys that it only call handler on one specified key press. Currently my handler calls even if I press subsequent keys.
And the problem that if I press cmd+down (cmd pressed and don't released until down is not pressed too) then my handler is called. I try to use ignoreEventsCondition configure function and IgnoreKeys component but they do not help me to fix it.
So I had to explicitly set stub for cmd+down, like this:
Hello.
I don't understand how to configure HotKeys that it only call handler on one specified key press. Currently my handler calls even if I press subsequent keys.
Example:
And the problem that if I press
cmd+down
(cmd pressed and don't released untildown
is not pressed too) then my handler is called. I try to useignoreEventsCondition
configure function andIgnoreKeys
component but they do not help me to fix it.So I had to explicitly set stub for
cmd+down
, like this:Thank you.
The text was updated successfully, but these errors were encountered: