I'm fairly new to all this, but this is what I would like to achieve:
I want to open a selected MKV file using the default program associated with it (via Windows) by using Enter or Double Click but I want to open the same MKV file using a PFA filtered by the file extension by using Ctrl+Enter. The application that will be used for the selected MKV item is defined by using PFA's (Portable File Associations):
Code: Select all
|"&\PotPlayer" mp4;mkv;avi>C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe- I can't use PFA without using the pipe | because then it will override the Enter & Double Click when opening the file
- I can't use a reversed scenario, setting the PFA to be the default and rebind the keys, since Enter & Double Click cannot be rebound using CKS (Customize Keyboard Shortcuts) panel.
- So by using the pipe | I'm forced to use PFA's via a popup menu, which means: I have to use one additional step to achieve what I want, by using a & accelerator in the PFA, I've set it up so that when I press backslash \ it will use PotPlayer, but still isn't really convenient.
Any thoughts on this?
XYplorer Beta Club