-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Labels
Description
I've created a sequence that when I hit "
" (tick tick) I want it to trigger an action.
I can get it to trigger, and it pops up an alert as expected, but then the very next tick I type into say a text field, its popping up the alert again.
My question is, is there any time threshold or setting for that per sequence so that I can say if I typed two ticks in a row, within 500ms, treat it as a sequence, otherwise just let the characters through?
The other thing to note, even though it was triggering the desired action, it was not actually blocking the keypresses in those events (ticks ended up in the textbox)