Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

强制删字

播放删字动画

@[play_backspace_fail_animation]

播放删字的动画效果。

删字事件

@[backspace_event] {"target": "self"}

对指定物件执行删字。

示例序列

@[play_backspace_fail_animation]
@[wait] 60
@[backspace_event] {"target": "self"}

这段脚本会先播放删字动画,等待 1.2 秒,然后对自身执行删字操作。