Any difference between cm_RenMov & cm_MoveOnly?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
KevinMo
Member
Member
Posts: 104
Joined: 2005-03-27, 01:37 UTC

Any difference between cm_RenMov & cm_MoveOnly?

Post by *KevinMo »

Hi :D
Quick question: I'm wondering is there any difference between these two commands?
cm_RenMov=906;Rename/Move files
cm_MoveOnly=1005;Move (F6)
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

The difference is the behavior when using a modifier key:


cm_RenMov + shift opens the inplace rename dilog
cm_MoveOnly + shift still opens the move dialog

similar

cm_RenameOnly always opens the inplace rename dialog (even with shift)
cm_copy opens the copy dialog with filename and path of the target windows
cm_copy + shift opens the copy dilaog with only filename (to copy and rename to the current window)
cm_CopySamePanel acts always like cm_copy with shift
cm_CopyOtherPanel acts always like cm_copy without shift

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
KevinMo
Member
Member
Posts: 104
Joined: 2005-03-27, 01:37 UTC

Post by *KevinMo »

Oh ~ I see. Thank you very much :P
Post Reply