AppleScript that will highlight 32 characters?
Hi there, I'm hoping to streamline my video-captioning efforts that I am doing in various web-based applications.
Video captions should be limited to two lines of 32 characters or less. When I am parsing out some Auto-generated captions, I will place my cursor at the beginning of the caption text, hit the right-arrow key 32 times. This allows me to see where I need to place a line-break in the captions, or create a new caption entirely.
I'm new to AppleScripting and am hoping someone could help me write a script that would take the current cursor position, hold down the shift key and hit the right arrow 32 times, so that I can visually see the text that gets selected via this script.
Any help is greatly appreciated!