Pressing F2 to rename a file doesn't work at once, you need to press F2, click with the mouse on the file and then press F2 again for it to work.
Why is it like that?
I want it to work lika SHIFT+F6, how do I do that?
I saw this in the FAQ:
Q: Is it possible to use F2 for renaming (as in Explorer)?
A: Yes, you can re-map keyboard shortcuts through Configuration - Options - Misc - Redefine hotkeys. The command for renaming is cm_RenameOnly .
But it doesn't work!
There's nowhere to type in "cm_RenameOnly" and the only thing I can choose in the menu "Commands" is "Default command (no remapping)"
Appreciate your help!
Renaming with F2, why such a pain, and how do I fix it?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 2
- Joined: 2003-06-30, 17:14 UTC
Re: Renaming with F2, why such a pain, and how do I fix it?
Choose the shortcut first, eg. F2 - then the set of commands will become active.andreasdr2 wrote:But it doesn't work!
There's nowhere to type in "cm_RenameOnly" and the only thing I can choose in the menu "Commands" is "Default command (no remapping)"
If still doesn't work you can manually edit the wincmd.ini and add to it the next lines:
Code: Select all
[shortcuts]
F2=1002
-
- Junior Member
- Posts: 2
- Joined: 2003-06-30, 17:14 UTC
Re: Renaming with F2, why such a pain, and how do I fix it?
djk: Thanks a lot! It worked.