Is there a keyboard shortcut to copy stem:<filenames> ?
abc.dll
123.exe
-> abc|123
Or better, the file name sans the final \.* ?
abc.dll.7z.testing123
123.exe.zip
> abc.dll.7z|123.exe
Keyboard shortcut to copy stem:<filenames> ?
Re: Keyboard shortcut to copy stem:<filenames> ?
To create a keyboard shortcut to copy the stem:
/copy
- In Everything, from the Bookmarks menu, click Add to Bookmarks....
- Change the Name to: Copy Stem
- Change the Search to:
Code: Select all
/copy $stem:
- Set a keyboard shortcut.
- Click OK.
/copy
Re: Keyboard shortcut to copy stem:<filenames> ?
Quick look says, that will do it .