Improving ergonomics for those who switched between different cat's
Thread poster: mikhailo
mikhailo
mikhailo
Local time: 02:22
English to Russian
+ ...
Sep 14, 2019

As i see SW and HW devs do not think much about ergonomics, inventing 3-4-keys shortcuts or text connand (Autocad) etc, despite very few peoples, I know, use numpad cursor keys.

Here the text of Autohotkey macro that binds most used hotkeys of DVX, MQ and TS (cfm/copy/paste only - still under dev) to numpad curcor keys

Anobody can adopt it to own needs and welcome to share ideas with community (^ - ctrl, ! - alt, + - shift, {keys})

#IfWinActive ahk_exe Deja
... See more
As i see SW and HW devs do not think much about ergonomics, inventing 3-4-keys shortcuts or text connand (Autocad) etc, despite very few peoples, I know, use numpad cursor keys.

Here the text of Autohotkey macro that binds most used hotkeys of DVX, MQ and TS (cfm/copy/paste only - still under dev) to numpad curcor keys

Anobody can adopt it to own needs and welcome to share ideas with community (^ - ctrl, ! - alt, + - shift, {keys})

#IfWinActive ahk_exe DejaVuX3.exe
NumpadIns::
Send, ^!{Down}
return
NumpadDel::
Send, !{Enter}
return
NumpadEnter::
Send, ^{Enter}
return
NumpadAdd::
Send, ^{j}
return
NumpadSub::
Send, ^+{j}
return
NumpadEnd::
Send, ^{c}
return
NumpadDown::
Send, ^{v}
return
NumpadPgdn::
Send, ^{h}
return
NumpadLeft::
Send, +{F3}
return
NumpadClear::
Send, ^!{s}
return
NumpadRight::
Send, ^!{r}
return
#IfWinActive ahk_exe MemoQ.exe
NumpadIns::
Send, ^+{Enter}
return
NumpadDel::
Send, ^{Enter}
return
NumpadEnter::
Send, ^+{j}
return
NumpadAdd::
Send, ^{j}
return
NumpadSub::
Send, ^{t}
return
NumpadEnd::
Send, ^{c}
return
NumpadDown::
Send, ^{v}
return
NumpadPgdn::
Send, ^{h}
return
NumpadLeft::
Send, +{F3}
return
NumpadClear::
Send, ^{w}
return
#IfWinActive ahk_exe SDLTradosStudio.exe
NumpadIns::
Send, ^{Enter}
return
NumpadDel::
Send, ^{Enter}
return
NumpadEnter::
Send, ^+{j}
return
NumpadAdd::
Send, ^{j}
return
NumpadSub::
Send, ^{t}
return
NumpadEnd::
Send, ^{c}
return
NumpadDown::
Send, ^{v}
return
NumpadPgdn::
Send, ^{h}
return
NumpadLeft::
Send, +{F3}
return
NumpadClear::
Send, ^{w}
return
return
Collapse


 


To report site rules violations or get help, contact a site moderator:


You can also contact site staff by submitting a support request »

Improving ergonomics for those who switched between different cat's






CafeTran Espresso
You've never met a CAT tool this clever!

Translate faster & easier, using a sophisticated CAT tool built by a translator / developer. Accept jobs from clients who use Trados, MemoQ, Wordfast & major CAT tools. Download and start using CafeTran Espresso -- for free

Buy now! »
Trados Studio 2022 Freelance
The leading translation software used by over 270,000 translators.

Designed with your feedback in mind, Trados Studio 2022 delivers an unrivalled, powerful desktop and cloud solution, empowering you to work in the most efficient and cost-effective way.

More info »