Navigating the project creation screens - help needed

Hello!

I am trying to find a new ahk process because I’m unable to get the script mentionnent in my other thread to work reliably. Working within the project creation screens would also save us a few steps so it would be an improvement.

Here’s the process I’m looking for:

Manual steps:

- Click on New Project.

- Fill out the One Step screen using a Project Template and add the files.é

AHK needed

Once this is done, I would like to use AHK to

- navigate to the Translation Resources screen (this is my problematic step)

- Move to All Language Pairs > Translation Memory > Update

- Move to the first custom field

- Open the text box

- Copy the content of the clipboard

- Close the text box 

Trados Studio screenshot showing the Translation Resources screen with a focus on the Field Values section under All Language Pairs > Translation Memory > Update. A text box is open for editing.


Once I get to the Translation Resources screen, I can do the rest with the keyboard, but I can’t find any way to open the Translation Resources screen with AHK from the One Step screen. Mouse coordinates is not an option as I want to share the script with several project managers.

Any idea? Thanks for your help!



Generated Image Alt-Text
[edited by: Trados AI at 4:24 AM (GMT 0) on 5 Mar 2024]
emoji
Parents Reply
  • Thanks Paul, that works!

    But now I run into the same problem as I did in my previous script - Something goes wrong at the F2/paste steps.

    This is my script right now. I took out the paste steps to try to resolve this first.

    ^!n::
    Send !n
    Sleep 200
    Send !n
    Sleep 500
    Send +{tab 3}
    Sleep 100
    Send Tr
    Sleep 100
    Send U
    Sleep 100
    Send {Tab 2}
    Sleep 600
    Send {F2}


    return



    All steps are working except for the last one, no matter how long I put it on sleep first. Once the script stops, F2 works perfectly to open the field.

    F2 doesn’t seem to do any other commands on my computer, it really just opens the value field.

    Any other idea? Other key combination to open the field?


Children