Hello,
I have configured the internal Ctrl+T hotkey to open specific new tab (This PC) and focus on path field. The code looks like this:
Go /mycomputer NEWTAB=deflister,findexisting
Set FOCUS=pathfield
I also want the same for global Win+E hotkey, but I can only write one line in settings and this doesnt work:
Is there a way to do what I want?
It's probably possible but a bit of a pain to set up.
You shouldn't need to give focus to the path field, though. You can start typing a path directly into the file display.
Thanks for quick reply. The thing is I often have a path in clipboard I need to paste to path field of new lister and one less step would be nice But if it is complicated to achieve, I think I can live with that.
Maybe a hotkey which goes to the path in the clipboard would be useful in more situations?
go "{clip}"
should do that.
1 Like
That's a good alternative, thanks!