Merge adjacent segments

This script allows you to merge adjacent segments with a single keyboard shortcut, as long as they do not cross a paragraph boundary of course.

;------------------------------------------------------------------------------
; Merge adjacent segments
;------------------------------------------------------------------------------
^m::
Send !{Space}
Send !{Down}
Send !{Space}
Send ^!s
Return

The way it works is you just press Ctrl+m and the active segment merges with the next one immediately.

Paul Filkin | RWS Group

________________________
Design your own training!

You've done the courses and still need to go a little further, or still not clear? 
Tell us what you need in our Community Solutions Hub

Parents Reply Children
No Data