Avoiding the Orange Tab with Ctrl+Home

Hi,

I noted a few users trying to avoid having to use Ctrl+Home and then the down arrow to get into the first segment from anywhere in the document.  Perhaps an AHK script could be used for this?  This one works (but note the improved script from Jesus below which is a lot better!):

 ;------------------------------------------------------------------------------
; Working around the orange tab at the top for Ctrl+Home
; Uses Ctrl+Alt+H
;------------------------------------------------------------------------------
#IfWinActive SDL Trados Studio
^!H::
Send ^+{Home}
Send {Down}
Return
#IfWinActive 

This uses Ctrl+Alt+H as I could not figure out how to use Ctrl+Home without getting an error.  But perhaps it'll help?

Paul Filkin | RWS Group

________________________
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 Children