cm_FileSync Shortcuts

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

cm_FileSync Shortcuts

Post by *sas2000 »

 
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
But on synchronize directories window F11 shortcut doesn't work and i have to use Ctrl+F3 (shortcut that i use for cm_SrcCustomView).

I'd like to be able to use my own shortcuts on cm_FileSync, thanks.
 
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

TC doesn't offer any window and control specific custom hotkeys and it doesn't look as if this would change too soon...

Use AHK if you want to have more freedom with hotkeys.

Code: Select all

#IfWinActive, ahk_class TCmpForm
F11::SendInput, ^{F3}
Icfu
This account is for sale
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Post by *sas2000 »

2icfu

Thanks for the script, i hope that Christian will change this Tc behaviour on a future release.
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Re: cm_FileSync Shortcuts

Post by *eugensyl »

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 :

Code: Select all

F11=cm_IntCompareFilesByContent
But on synchronize directories window F11 shortcut doesn't work and i have to use Ctrl+F3 (shortcut that i use for cm_SrcCustomView).

I'd like to be able to use my own shortcuts on cm_FileSync, thanks.
Why do you not use Ctrl+Shift+F3, which is available everywhere? Even in synchronize tool.

It's just a rhetorical question.


Best whises,
My Best Wishes,

Eugen
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Post by *sas2000 »

2eugensyl
eugensyl wrote: Why do you not use Ctrl+Shift+F3, which is available everywhere? Even in synchronize tool.

It's just a rhetorical question.
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.

Code: Select all

F11=cm_IntCompareFilesByContent 
That's why it's important for me to be able to use my own shortcuts.

Best wishes. :)
Post Reply