Removing AT statuses as you work

This one has always been a hot topic and I've been fairly opinionated on this in the past, but today there are so many published ways to do this I thought I'd share a simple way of automating the removal of the AT status as you work:

;------------------------------------------------------------------------------
; Clear AT statuses in SDL Trados Studio.
;------------------------------------------------------------------------------
^+f::
Send ^a^c!{Ins}^a^v
Return

The script is simple enough, you just press Ctrl+Shift+f and the AT status from a machine translation magically disappears so the active segment appears to be a new translation for you to post-edit.  The script just automates the selection of the target, copy the target to the clipboard, overwrite the target with the source which clears the AT status, select the target again and paste back the original machine translation.

Paul Filkin | RWS

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
  • No idea, but try this manually: select content of segment (Ctrl+A, copy (Ctrl+C), delete segment (Alt+Del) - this clears everything, including the AT status, paste (Ctrl+V). If you get the original content, without the AT status, my script should do the same. Otherwise, you may want to check your shortcuts in Studio options? Maybe your shortcut to clear a segment is something else, in which case you can either change it to Alt+Del or update the script to your own shortcut
Children
No Data