If I want my string binding to delay sending inserts/deletes on every single keyup, is there any way to delay events to condense multiple operations? So, if I type "abcd," I see a single "si" operation to insert "abcd" instead of 4 separate inserts.