Hi. I'm trying to make a shortcut (CTRL F6) for these simple operations:
- select all from the source panel
- move that selected content to the other panel.
I created a custom usercmd, em_SelectAllAndMove that consists of these 2 commands: cm_SelectAll,cm_MoveOnly.
However it doesn't work. I get the message File not found. How to fix that?
"Select all and move" custom shortcut
Moderators: Hacker, petermad, Stefan2, white
Hi, welcome to the forum.
Works fine for me. The usercmd.ini looks like this:and the key in the Shortcuts section of wincmd.ini:
Regards
Dalai
Works fine for me. The usercmd.ini looks like this:
Code: Select all
[em_SelectAllAndMove]
button=wcmicons.dll,44
cmd=cm_SelectAll,cm_MoveOnly
Code: Select all
[Shortcuts]
C+F6=em_SelectAllAndMove
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Still doesn't work. I'm using TC 8.01.Dalai wrote:Hi, welcome to the forum.
Works fine for me. The usercmd.ini looks like this:and the key in the Shortcuts section of wincmd.ini:Code: Select all
[em_SelectAllAndMove] button=wcmicons.dll,44 cmd=cm_SelectAll,cm_MoveOnly
RegardsCode: Select all
[Shortcuts] C+F6=em_SelectAllAndMove
Dalai
Thanks for help. Unfortunately I think there a major problem with TC 8.50: it loads the file/folder lists on those panels slower than before. There's definitely a lag when the lists are populated.umbra wrote:That is the problem. The feature of combining commands into one was introduced in TC 8.50. You just need to upgrade to the latest version.metaforce wrote:I'm using TC 8.01.
metaforce wrote:Unfortunately I think there a major problem with TC 8.50: it loads the file/folder lists on those panels slower than before.
There's no difference between TC versions (no matter which one) on my systems, neither on local drives nor network nor any other drive.
Try to temporarily disable your anti-virus software and see if it's faster. You can also try to disable the display/loading of icons: Configuration > Options > Display > Icons > Only standard icons.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror