SDL Trados Studio
SDL Trados GroupShare
SDL Trados Business Manager
SDL Trados Live
SDL MultiTerm
SDL Passolo
SDL Speech to Text
SDL Managed Translation - Enterprise
SDL MultiTrans
SDL TMS
SDL WorldServer
Translation Management Connectors
SDL LiveContent S1000D
SDL Contenta S1000D
SDL XPP
SDL Tridion Docs
SDL Tridion Sites
SDL Content Assistant
SDL Machine Translation Cloud
SDL Machine Translation Connectors
SDL Machine Translation Edge
Language Developers
Tridion Developers
Tridion Docs Developers
Xopus Developers
Community Help
SDL User Experience
Language Products - GCS Internal Community
SDL Community Internal Group
SDL Access Customer Portal
SDL Professional Services
SDL Training & Certification
Style Guides
Language Technology Partner Group
SDL Academic Partners
SDL Approved Trainers
SDL Enterprise Technology Partners
XyUser Group
ETUG (European Trados User Group) Public Information
Machine Translation User Group
Nordic SDL Tridion Docs User Group
SDL Tridion UK Meetup
SDL Tridion User Group New England
SDL Tridion West Coast User Group
SDL WorldServer User Group
Tridion Docs Europe & APAC User Group
Tridion User Group Benelux
Tridion User Group Ohio Valley
SDL MultiTerm Ideas
SDL Passolo Ideas
SDL Trados GroupShare Ideas
SDL Trados Studio Ideas
SDL Machine Translation Cloud Ideas
SDL Machine Translation Edge Ideas
SDL Language Cloud TMS Ideas
SDL Language Cloud Terminology Ideas
SDL Language Cloud Online Editor Ideas
SDL Managed Translation - Enterprise Ideas
SDL TMS Ideas
SDL WorldServer Ideas
SDL Tridion Docs Ideas
SDL Tridion Sites Ideas
SDL LiveContent S1000D Ideas
SDL XPP Ideas
Events & Webinars
To SDL Documentation
To SDL Support
What's New in SDL
Detecting language please wait for.......
Dear friends,
How can I instruct AHK to go to the next segment. For example, I want to: 1. Select the entire segment > 2. Highlight it in yellow (Ctrl+/ from another script) > 3. Go to next segment > 4. Loop steps 1 to 3 to execute n times. Thanks to Nora's previous scripts, I know how to implement steps 1, 2 and 4, but I can't cope with step 3. Will you be so kind as to enlighten me on this?
#IfWinActive ahk_exe SDLTradosStudio.exe#v::InputBox,Var,Paste one sentence per segment (by Nora Díaz), How many times do you want to run the sequence?loop, % Var{SendInput {Shift Down}{Control Down}{Down}{Shift Up} SendInput {\} SendInput {Control Up} I NEED SOME STRING(S) HERE TO GO TO NEXT SEGMENT}return#IfWinActive
Hi Stepan,
My suggestion would be to set up a shortcut for "Move to Next Segment" and then use that in the script.
This is mine:
Hi Nora. As you suggested, I added this Move-to-Next-Segment shortcut:
SendInput {Control Down}{Down}{Control Up}
Now it works fine. Great! Thank you =)
I use native Studio shortcuts:
So my script is:
SendInput {Control Down}{PgDn}{Control Up}
SendInput {Down}