Insert key - selection files

Hi
Currently the "Insert" key selects the files below the highlight. Is it possible to set the selection to take place from the file on which there is highlighting? Same as "shift + cursor down"

If you create a new Lister Hotkey which runs Select NEXT=nodeselect, it'll do what you want, although if the current file is not yet selected then you'll need to push Insert twice (once to select the current file, then again to select and move focus to the next file).

(By default, Insert toggles selection of the current file, then moves to the next file. It looks like it deselects things if you always have the current file selected when you push it, but it's actually a toggle. I think it's because people were used to that from another program, and it only really makes sense with configurations that don't auto-select things as soon as you click on them.)

Thanks a lot :slight_smile: That's it!