How to insert results from AI Assistant using keyboard shortcut(s)?

Hi guys,

I'm test-driving Trados Studio 2024 SR1 (18.1.2.6370), mainly because it would be wonderful if the termbase recognition problem has finally been solved, but I can't figure out a way to insert results from the AI Assistant using a keyboard shortcut. Has anyone else figure this out? 

Ideally, there would be several keyboard shortcuts, as follows:

  • Apply 1st AI Assistant translation
  • Apply 2nd AI Assistant translation
  • Apply 3rd AI Assistant translation 
  • etc.

Michael

emoji
Parents Reply
  • Thanks Paul! I'll post it as an idea if I have a moment.

    I've created a quick workaround, where pressing:

    Alt+x
    Alt+c
    Alt+v

    … one after the other, automatically inserts the (1st) translation present in the AI Assistant pane.

    To make this work, I set the following two shortcuts in Studio:

    • AI Assistant: Alt+X
    • Apply Selected AI Translation: Alt+V (Editor > AI Assistant)

    I also run the following small AHK (v1) script:

    !c::
    Send, {Down 4}
    Send, {Space}
    Return

    The above script is triggered after the AI Assistant window gets the focus, and clicks Down 4 times, and presses a space, which selects the translation.

    emoji
Children