RisingFog / InDesign-Scripts

General InDesign Scripts primarily designed for use in manga lettering
14 stars 6 forks source link

Could you add the possibility of rejecting text ? #5

Open knuweb opened 3 years ago

knuweb commented 3 years ago

Hi ! When I load my script it looks like this : "page XX frame 1 1 hello 2 how are you ?

Frame 2 "(and so forth)

Could it be possible to reject a line ? (in that case "page XX", "frame 1", or "1") by pressing the "delete" key maybe ? That would be so huge ! :)

Another suggestion : the possibility to create a text bloc automatically, just clicking on the page and a bloc would be automatically generated based on a style that would be chosen before.

Thank you for taking the time to read me !

RisingFog commented 3 years ago

Normally what I do in these situations is parse the script beforehand and modify it before putting it into Letterer Buddy.

The scripting functionality that ExtendScript provides is pretty limited, and assigning keyboard shortcuts to various actions on the window is one such thing which is not possible. However, you can use the arrow keys to traverse between lines, if that works for you.