Replies: 2 comments
-
Missing feature? Should already be possible to do... ; -----------------------------------------------
; - OPEN WITH COMMANDS
; -----------------------------------------------
; Open with menu commands, shown in the 'Open with..' submenu of the JPEGView context menu.
;
; These commands must be named OpenWith# where # stands for a number. The first open with command has the number zero (OpenWith0)
; and the numbering of the commands must be continuous.
;
; Open with commands must have the following form:
; OpenWith#="Cmd: '%Cmd%' Menuitem: '%menu%' [KeyCode: %Key%] [Confirm: '%confirm%'] [Flags: '%flags%']"
;
; For an explanation of the different options, refer to the user command documentation above.
;
; Example for a menu entry that opens the current image in MS Paint:
;OpenWith0="Cmd: 'C:\WINDOWS\system32\mspaint.exe %filename%' Menuitem: 'Microsoft Paint' Flags: 'ShellExecute'"
Edit your |
Beta Was this translation helpful? Give feedback.
-
Another way is to If you select |
Beta Was this translation helpful? Give feedback.
-
One feature that it missing to me is be able to right click and open the image with photoshop or other program.
Can you add this to the context manu?
Would be great. Thanks 😁
Beta Was this translation helpful? Give feedback.
All reactions