• Is there any way of addressing the project list in Trados Studio?

    Hi all, I was wondering if it's possible to read values from the project list with AutoHotkey. In particular, when working with WorldServer packages, I am so sick of Studio always defaulting to the last used target directory when I export a package. So…
  • Asian language scripts

    Hello I am starting to create scripts for the translators here. Many of these are scripts I found throughout the web and am just repurposing for here. However, with Chinese, Korean and Japanese it is a little harder. Anyone know of any reputable creators…
  • Can't use AutoHotKey Manager

    Hi guys I just spent a couple of hours to start looking into AHK and am super keen to start using it to the max in Studio. Among other scripts, I'd very much like to use the script that Nora Díaz shared on https://community.sdl.com/product-groups…
  • AHK Target filter on selected text

    Hi, Team Thanks for the support from our community, I'm using below AHK script, and it is very helpful; ;Filter on selected text F2:: Send ^c Sleep 200 Send ^{F6} Sleep 200 Send ^v Sleep 200 Send {Enter} Sleep 100 Send {Control Down}{Home}{Control…