Rel.manual combine multiple tokens

Hello,
I'm trying to merge multiple tokens into one span label ORG, however, because the length of the ORG is quite long, I can't highlight the span at one time. Can I highlight part of the ORG, and then do Ctrl or Shift to merge with the next couple of tokens? Thanks.

Yes, you can hold down shift, click on the first token and then the last token of a span to select it. Also see here for details and available shortcuts/settings: https://prodi.gy/docs/api-interfaces#relations

Thanks Ines. One more question is that I'm trying to use --pattern to filter the text, however, rel.manual present text that do not fit the pattern file. I remember I had the similar issue when using ner.manual, the solution is to change all_examples= False. However, there is no all_examples in recipe rel.py.