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
Works by queue .key value on keydown event. Delete queued .key on keyup event. The method will get called when the event fired while all key combination is in queue.
Use + as delimiter
<div::on:keydown=[Tab+Left]:undo/>
Sequence
Works by queue .key value on keyup event. Reset queue on keydown event if no matches. The method will get called when the event fired while all key sequence is in queue without getting reset.
Use , as delimiter
<inputtype=text::on:click=[d,d]:deleteLine>
The text was updated successfully, but these errors were encountered:
Modifier
-
as delimiterCombination
.key
value onkeydown
event. Delete queued.key
onkeyup
event. The method will get called when the event fired while all key combination is in queue.+
as delimiterSequence
.key
value onkeyup
event. Reset queue onkeydown
event if no matches. The method will get called when the event fired while all key sequence is in queue without getting reset.,
as delimiterThe text was updated successfully, but these errors were encountered: