I use the Workspace Files (project_load) dialog to load and switch between files in my workspace. When splitting a window, and placing the focus in the new window, the default behavior of the ENTER key is to just activate the tab (if open) but *in the other window*.
Right clicking the file list gives me an option to "Open in Current Window", which does exactly what I need, but obviously using the mouse to do so is very awkward.
Simply put:
I want the default ENTER key behavior to always open in the current window (yes, even if it clones), for all tabs. This small modification would vastly improve my development workflow.
Back in the day I used to do a good bit of slickc mods, but that was many years ago and I thought it would be much quicker to just ask first

So is there a modification that I can make to the macro files that will enable this behavior?
Thanks!
EDIT: OK, after some experimentation inside tbfilelist.e, I have discovered that this is not entirely going to meet my needs because the context menu option is *replacing* the current tab, instead of adding to the tab group.
I use "One file per window" mode, so that opening files from the project will add them as new tabs. Let's say I currently have window A with file tabs X,Y,Z. When I split the window, and put the cursor/focus in the new window B, I simply want the behavior to be the same (or in any new split window). Currently, if I open the project files and try to open X, I'll just get thrown back into window A with the X tab active. I instead want it to be added in window B's tab group as a second copy.
As long as the file is not already open, this works fine. But if it IS, then my window focus changes to wherever it currently is open. I use split windows all the time to do code comparison and merges, and so the only way to do this is to physically drag and move the tabs where I can have them in the proper leftside/rightside windows.
If I could just get the buffer/project/workspace file load dialog to stay in my current window and just add the tabs there, I think this would be what I am looking for.
I guess this is a bit more complicated than just altering the ENTER key binding
