Page 1 of 1
cm_FileSync Shortcuts
Posted: 2007-06-25, 13:04 UTC
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 :
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.
Posted: 2007-06-25, 14:03 UTC
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
Posted: 2007-06-25, 14:34 UTC
by sas2000
2icfu
Thanks for the script, i hope that Christian will change this Tc behaviour on a future release.
Re: cm_FileSync Shortcuts
Posted: 2007-06-28, 20:10 UTC
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 :
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,
Posted: 2007-06-28, 21:50 UTC
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.
That's why it's important for me to be able to use my own shortcuts.
Best wishes.
