Right-Click Context Menu

I would like to add a program to the Right-Click Menu in DO. Right now I have to right-click on the file and then select "Open With" then select the program to open the file. I have (2) programs to open PDF files - "Adobe Acrobat Pro" and "Power PDF Advanced". Because Acrobat has an issue with Breevy for creating Bookmarks I use "Power PDF Advanced" to make the Bookmarks and use Adobe Acrobat Pro for everything else related to PDF files. I just thought it would be nice if I could right-click on a PDF file and select Power PDF Advanced without having the extra mouse clicks and menus related to "Open With".

I never use the Middle Mouse button in DO, could a double-click on the middle mouse button, on a PDF file, open the file in Power PDF Advanced? Thank you in advance for any recommendations.

You can do both via Settings > File Types, then find the PDF type in the bottom part of the list and double-click it.

On the Events tab you can set a middle mouse button double-click event. (These will of course only work within Opus.)

On the Context Menu tab you can add to the right-click menus for PDF files. (Select the "Run an Opus Function" option when creating a new menu item to keep things simple, unless you need the menu item to work outside of Opus, in which case the command line will be slightly different to below.)

The command you want will depend on how the program you are using works. Usually, but not always, you just need to run the program with the name of the file. If that's the case, the command would look like this:

"C:\Program Files\Dir\Program Name.exe" {filepath}

The {filepath} code will be turned into the full path to the selected file, including quotes if needed, automatically when the command is executed.

Thank you so much for your help. I am going to save this article for future reference. I knew DO could do this, just a little confusing on how to do it.