"Select all and move" custom shortcut

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
metaforce
Junior Member
Junior Member
Posts: 8
Joined: 2016-04-02, 23:28 UTC

"Select all and move" custom shortcut

Post by *metaforce »

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?
User avatar
Dalai
Power Member
Power Member
Posts: 10035
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

Hi, welcome to the forum.

Works fine for me. The usercmd.ini looks like this:

Code: Select all

[em_SelectAllAndMove]
button=wcmicons.dll,44
cmd=cm_SelectAll,cm_MoveOnly
and the key in the Shortcuts section of wincmd.ini:

Code: Select all

[Shortcuts]
C+F6=em_SelectAllAndMove
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
metaforce
Junior Member
Junior Member
Posts: 8
Joined: 2016-04-02, 23:28 UTC

Post by *metaforce »

Dalai wrote:Hi, welcome to the forum.

Works fine for me. The usercmd.ini looks like this:

Code: Select all

[em_SelectAllAndMove]
button=wcmicons.dll,44
cmd=cm_SelectAll,cm_MoveOnly
and the key in the Shortcuts section of wincmd.ini:

Code: Select all

[Shortcuts]
C+F6=em_SelectAllAndMove
Regards
Dalai
Still doesn't work. I'm using TC 8.01.
umbra
Power Member
Power Member
Posts: 876
Joined: 2012-01-14, 20:41 UTC

Post by *umbra »

metaforce wrote:I'm using TC 8.01.
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.
Windows 10 Pro x64, Windows 11 Pro x64
metaforce
Junior Member
Junior Member
Posts: 8
Joined: 2016-04-02, 23:28 UTC

Post by *metaforce »

umbra wrote:
metaforce wrote:I'm using TC 8.01.
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.
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.
User avatar
Dalai
Power Member
Power Member
Posts: 10035
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

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
Post Reply