Hi, i have a problem when i try to use keyboard shortcuts on synchronize directories window, i have configured wincmd.ini this way :
Code: Select all
F11=cm_IntCompareFilesByContent
I'd like to be able to use my own shortcuts on cm_FileSync, thanks.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
F11=cm_IntCompareFilesByContent
Code: Select all
#IfWinActive, ahk_class TCmpForm
F11::SendInput, ^{F3}
Why do you not use Ctrl+Shift+F3, which is available everywhere? Even in synchronize tool.sas2000 wrote:
Hi, i have a problem when i try to use keyboard shortcuts on synchronize directories window, i have configured wincmd.ini this way :
But on synchronize directories window F11 shortcut doesn't work and i have to use Ctrl+F3 (shortcut that i use for cm_SrcCustomView).Code: Select all
F11=cm_IntCompareFilesByContent
I'd like to be able to use my own shortcuts on cm_FileSync, thanks.
Because over the years i've created many shortcuts on Tc (over 70), and i've organized them in different ways (in order to be able to remenber all), for example CS+F1->F12 shortcuts are assigned to some of my 33 cm_usermenu** commands. But those Tc commands that i use most are assigned to a 1 key shortcut.eugensyl wrote: Why do you not use Ctrl+Shift+F3, which is available everywhere? Even in synchronize tool.
It's just a rhetorical question.
Code: Select all
F11=cm_IntCompareFilesByContent