Quantcast
Channel: XnView Software
Viewing all articles
Browse latest Browse all 6005

MP - Suggestions • Adding "Right-Click to Open Folder in Browser View" Feature via Registry Key

$
0
0
I really enjoy a feature provided by VSCode, where you can right-click in any window or folder and select "Open in VSCode" to immediately open the folder in a browsing view. I also like using XnView's browser view, but the steps to open this view each time are somewhat cumbersome. Therefore, I wrote a registry configuration file so that I can right-click and browse all images in a folder just like with VSCode.

Code:

Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Directory\shell\XnView]@="Open folder with XnView""icon"="\"C:\\Program Files\\XnViewMP\\xnviewmp.exe\""[HKEY_CLASSES_ROOT\Directory\shell\XnView\command]@="\"C:\\Program Files\\XnViewMP\\xnviewmp.exe\" \"%1\""[HKEY_CLASSES_ROOT\Directory\Background\shell\XnView]@="Open folder with XnView""icon"="\"C:\\Program Files\\XnViewMP\\xnviewmp.exe\""[HKEY_CLASSES_ROOT\Directory\Background\shell\XnView\command]@="\"C:\\Program Files\\XnViewMP\\xnviewmp.exe\" \"%V\""
I hope this feature can be integrated into future installation wizards.

Statistics: Posted by Water_miner — Thu Jul 25, 2024 7:28 am



Viewing all articles
Browse latest Browse all 6005