I have defined F2 to be:
rename inline=single
in other words, show dialog when multiple files is selected, otherwise inline.
That works properly almost always, except for an issue which has irritated me for a while now.
Steps to reproduce:
[code]- Select multiple files in a folder
- Click/focus the foldername of the current folder in the folder tree (this doesn't change selected files in the filelist).
- Press F2 (to rename the folder)
[/code]
Result:the rename dialog shows up with the selected files in the folder (not the foldername).
Expected result:inline rename of the foldername as the foldertree can't have multiple folders selected in the foldertree..I think, so the inline mode should be invoked.