Advertisement
Guest User

JPEGVIEW.ini

a guest
Jul 11th, 2017
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.91 KB | None | 0 0
  1. [JPEGView]
  2.  
  3. ; IMPORTANT NOTICE
  4. ; ================
  5. ; This global INI file is normally located in the same directory as the JPEGView executable.
  6. ; Its settings can be overridden on a per user basis by placing a JPEGView.ini file in the
  7. ; %APPDATA%\JPEGView\ folder. Settings not present in the user's INI file are read from this global INI file.
  8. ; The "Save parameters to INI" and "Edit user settings" menu commands will write the settings to the user
  9. ; INI file and not to the global!
  10. ; For installations on a USB memory stick, JPEGView can be forced to store its settings and the
  11. ; parameter DB in the EXE path by setting the StoreToEXEPath key to true.
  12.  
  13.  
  14. ; Only set this to true if writing to the EXE directory makes sense, e.g. on an installation on
  15. ; an USB memory stick. Never set it to true when the EXE is located in the 'Program Files' folder,
  16. ; with Windows versions newer than Windows XP this would not work!
  17. StoreToEXEPath=false
  18.  
  19. ; Language used in the user interface. Set to 'auto' to use the language of the operating system.
  20. ; Other languages must use the ISO 639-1 language code (two letters)
  21. ; Currently supported:
  22. ; 'en' English (default)
  23. ; 'es' Spanish (Spain)
  24. ; 'es-ar' Spanish (latinoamerica)
  25. ; 'pt-br' Portuguese (Brasil)
  26. ; 'pt' Portuguese
  27. ; 'de' German
  28. ; 'it' Italian
  29. ; 'fr' French
  30. ; 'zh' Chinese
  31. ; 'zh-tw' Chinese (Taiwan)
  32. ; 'ja' Japanese
  33. ; 'kr' Korean
  34. ; 'ro' Romanian
  35. ; 'ru' Russian
  36. ; 'sv' Swedish
  37. ; 'cs' Czech
  38. ; 'el' Greek
  39. ; 'eu' Basque
  40. ; 'bel' Belorussian
  41. ; 'uk' Ukrainian
  42. ; 'pl' Polish
  43. Language=auto
  44.  
  45. ; File endings of files to be decoded by WIC (Windows Image Converter)
  46. ; If the Microsoft Camera Codec pack is installed, full size camera RAW files can be read with WIC
  47. ; Add the file endings of the raw files to view here, e.g.
  48. ; FilesProcessedByWIC=*.wdp;*.hdp;*.jxr;*.nef
  49. FilesProcessedByWIC=*.wdp;*.hdp;*.jxr
  50.  
  51. ; File endings of camera RAW files to be searched for embedded JPEG thumb images to display
  52. ; Reading just these embedded JPEGs is much faster than decoding the RAW using WIC
  53. FileEndingsRAW=*.pef;*.dng;*.crw;*.nef;*.cr2;*.mrw;*.rw2;*.orf;*.x3f;*.arw;*.kdc;*.nrw;*.dcr;*.sr2;*.raf
  54.  
  55. ; If true, reloads the currently displayed image automatically when it is changed by an external program on disk.
  56. ; Also reloads the image list when a file in the current directory is added or deleted.
  57. ; Set to false to turn off this behavior.
  58. ReloadWhenDisplayedImageChanged=true
  59.  
  60. ; Background color, R G B, each component must be in [0..255], e.g. "128 128 128" for a middle gray
  61. BackgroundColor=0 0 0
  62.  
  63. ; Color used for transparent parts of images, R G B format as used by BackgroundColor
  64. TransparencyColor=0 0 0
  65.  
  66. ; GUI colors, R G B format as used by BackgroundColor
  67. GUIColor=243 242 231
  68. HighlightColor=255 205 0
  69. SelectionColor=255 205 0
  70. SliderColor=255 0 80
  71. FileNameColor=255 255 255
  72.  
  73. ; GUI font, format: "font name" fontSizeInPoints [bold]
  74. ; 'Default' for the default GUI font of Windows
  75. ; Example: DefaultGUIFont="Arial" 9.0 bold
  76. DefaultGUIFont=Default
  77.  
  78. ; Contrast correction to apply to all images. Must be in -0.5 .. 0.5
  79. ; Values > 0 increase contrast, values < 0 decrease contrast
  80. Contrast=0.0
  81.  
  82. ; Gamma correction to apply to all images. Must be between 0.5 and 2
  83. ; Use gamma<1 to increase brightness and gamma>1 to decrease brightness
  84. Gamma=1.0
  85.  
  86. ; Color saturation to apply to all images. Must be in 0.0 .. 2.0
  87. ; 0.0 means gray scale image, 1.0 no additional color saturation, 2.0 maximal saturation
  88. Saturation=1.0
  89.  
  90. ; Sharpening to apply for downsampled images. Must be in 0 .. 0.5
  91. ; Note that for 100 % zoom, the BestQuality filter will not apply any sharpening, only the other filters do
  92. Sharpen=0.3
  93.  
  94. ; Default parameters for unsharp masking: Radius Amount Threshold
  95. ; Note that no unsharp masking can be applied automatically to every image - this setting only provides the default parameters
  96. ; when entering the unsharp mask mode
  97. UnsharpMaskParameters=1.0 1.0 4.0
  98.  
  99. ; Default parameters for controlling rotation and perspective correction
  100. RTShowGridLines=true
  101. RTAutoCrop=true
  102. RTPreserveAspectRatio=true
  103.  
  104. ; Default color balance. Negative values for C,M,Y correction, positive for R,G,B.
  105. ; Values must be in -1.0 .. +1.0
  106. CyanRed=0.0
  107. MagentaGreen=0.0
  108. YellowBlue=0.0
  109.  
  110. ; Set to true to use high quality sampling as default.
  111. HighQualityResampling=true
  112.  
  113. ; Start in full screen or windowed mode
  114. ; 'true' or 'false' to always start in full screen, respectively windowed mode
  115. ; 'auto' to choose best mode depending on image size of first image - windowed when it is small, full screen when it is large
  116. ShowFullScreen=false
  117.  
  118. ; Sets the default position and size of the window in window mode. Possible values:
  119. ; 'auto' for 2/3 of screen size
  120. ; 'max' to start with maximized window
  121. ; 'image' to adjust the window size automatically to the image size
  122. ; 'sticky' to automatically restore the last used window size (when ShowFullScreen=auto only the upper,left position is restored)
  123. ; 'left top right bottom', space separated e.g: 100 100 900 700
  124. DefaultWindowRect=image
  125.  
  126. ; Contains the stored window rectangle in case of DefaultWindowRect=sticky
  127. StickyWindowRect=
  128.  
  129. ; Minimal window size in windowed mode (in pixels)
  130. MinimalWindowSize=320 240
  131.  
  132. ; The initial crop window size when using 'Fixed Size' crop mode
  133. DefaultFixedCropSize=320 200
  134.  
  135. ; User defined crop aspect ratio (x y), meaning (x : y)
  136. UserCropAspectRatio=1 1
  137.  
  138. ; Set to true to initially display the file name of each image in the upper, left corner of the screen
  139. ShowFileName=false
  140.  
  141. ; The elements to show when showing the file name.
  142. ; Possible elements:
  143. ; %filename% : File name
  144. ; %filepath% : File name and path
  145. ; %index% : Index of image in folder, e.g. [1/12]
  146. ; %zoom% : Current zoom factor
  147. ; %size% : Size of image in pixels (w x h)
  148. ; %filesize% : Size of image on disk
  149. FileNameFormat=%index% %filepath%
  150.  
  151. ; Font for the file name display, see DefaultGUIFont key for the format
  152. FileNameFont=Default
  153.  
  154. ; Set to true to initially display the file info box (EXIF info if available)
  155. ShowFileInfo=false
  156.  
  157. ; Show the acquisition date from EXIF data in the window title
  158. ShowEXIFDateInTitle=true
  159.  
  160. ; Set to true to show the histogram on the file info panel by default
  161. ShowHistogram=false
  162.  
  163. ; Set to true to show JPEG comments (EXIF user comment, EXIF image description or JPEG comment) in the file info box
  164. ShowJPEGComments=true
  165.  
  166. ; Set to true to show the bottom panel when moving the mouse to the bottom of the screen/window.
  167. ; The bottom panel provides basic image processing functionality
  168. ShowBottomPanel=false
  169.  
  170. ; Set to false if the navigation panel shall not be blended to the image
  171. ShowNavPanel=true
  172.  
  173. ; Set to false to disable the thumbnail image blended in during zoom and pan
  174. ShowZoomNavigator=true
  175.  
  176. ; Blending factor of the navigation panel when the mouse is not on that panel. Set to 0.0 to only
  177. ; show the panel when the mouse is over the panel
  178. BlendFactorNavPanel=0.5
  179.  
  180. ; Scaling factor for the navigation panel. Increase if the buttons on the panel are too small, e.g. on a touchscreen.
  181. ScaleFactorNavPanel=1.0
  182.  
  183. ; Set to true to keep the zoom, pan, contrast, gamma, sharpen and rotation setting between the images
  184. KeepParameters=false
  185.  
  186. ; CPUType can be AutoDetect, Generic, MMX, SSE or AVX2
  187. ; Generic should work on all CPUs, MMX needs at least MMX II (starting from PIII)
  188. ; Use AutoDetect to detect the best possible algorithm to use
  189. CPUType=AutoDetect
  190.  
  191. ; Number of CPU cores used. Set to 0 for auto detection.
  192. ; Must be 1 to 4, or 0 for auto detect.
  193. CPUCoresUsed=0
  194.  
  195. ; Default print margin (all sides) in centimeters
  196. PrintMargin=1.0
  197.  
  198. ; Default print width in centimeters. Use negative numbers to set the 'Fit to paper' printing mode.
  199. PrintWidth=-15.0
  200.  
  201. ; Units (centimeters, inches) used, one of 'auto', 'metric' or 'english'.
  202. ; 'auto' uses the system setting
  203. ; 'metric' uses the metric system, e.g. centimeters for length
  204. ; 'english' uses the English/US system, e.g. inches for length
  205. Units=auto
  206.  
  207. ; DownSamplingFilter can be BestQuality, NoAliasing or Narrow
  208. ; The BestQuality filter produces a very small amount of aliasing.
  209. ; The NoAliasing filter is a Lanczos filter that has almost no aliasing when sharpen is set to zero
  210. ; The Narrow filter produces quite a lot of aliasing but will sharpen much and also sharpens 100% images
  211. DownSamplingFilter=BestQuality
  212.  
  213. ; Sorting order of the files when displaying the image files in a folder
  214. ; Can be LastModDate, CreationDate, FileName, FileSize or Random
  215. FileDisplayOrder=LastModDate
  216.  
  217. ; Sort files upcounting or downcounting
  218. IsSortedUpcounting=true
  219.  
  220. ; Navigation within or between folders
  221. ; LoopFolder : Loop within the source folder and never leave this folder
  222. ; LoopSameFolderLevel: Loop to next folder on the same hierarchy level (sibling folders)
  223. ; LoopSubFolders: Loop into subfolders of the source folder
  224. FolderNavigation=LoopFolder
  225.  
  226. ; If true, the mouse wheel can be used to navigate forward and backward and zoom must be done with Ctrl-MouseWheel
  227. ; If false, zoom is done with the mousewheel (no Ctrl required)
  228. NavigateWithMouseWheel=false
  229.  
  230. ; Minimal display time of an image when using the PgDn/PgUp keys (in milliseconds [0..1000 ms])
  231. MinimalDisplayTime = 0.0
  232.  
  233. ; If true, the extended mouse buttons (Forward and backward) are exchanged compared to Internet explorer
  234. ; This is useful to put the 'go to next image' functionality to the button that is better reachable
  235. ExchangeXButtons=true
  236.  
  237. ; If true the files in a folder are shown with wrap around, thus going from last to first image and vice versa
  238. ; If false navigation stops on the last and first image
  239. WrapAroundFolder=true
  240.  
  241. ; If true, JPEG images are auto rotated according to EXIF image orientation tag if present.
  242. AutoRotateEXIF=true
  243.  
  244. ; If true, embedded ICC color profiles are used for JPEG and TIFF. This forces using GDI+ for JPEGs and therefore
  245. ; results in much slower loading of JPEGs! Only set to true if you really need this.
  246. UseEmbeddedColorProfiles=false
  247.  
  248. ; Auto zoom mode (for window mode only if AutoZoomModeFullscreen is present)
  249. ; FitNoZoom : Fit images to screen, never enlarge image
  250. ; FillNoZoom : Fill screen with no black borders, crop if necessary but not too much, never enlarge image
  251. ; Fit : Fit images to screen
  252. ; Fill : Fill screen with no black borders, crop if necessary
  253. AutoZoomMode=FitNoZoom
  254.  
  255. ; Auto zoom mode for fullscreen mode. If empty, same value as 'AutoZoomMode' is used.
  256. AutoZoomModeFullscreen=
  257.  
  258. ; Maximum size of slide show text files in KB
  259. MaxSlideShowFileListSizeKB=200
  260.  
  261. ; Transition effect for slide shows in full screen mode - ignored when used in window mode
  262. ; Possible transition effects: None, Blend, SlideRL, SlideLR, SlideTB, SlideBT, RollRL, RollLR, RollTB, RollBT, ScrollRL, ScrollLR, ScrollTB, ScrollBT
  263. SlideShowTransitionEffect=Blend
  264.  
  265. ; Time of the slide show transition effect in milliseconds, only used in full screen mode
  266. SlideShowEffectTime=250
  267.  
  268. ; If set to true, only one single instance of JPEGView runs at any time, if false multiple instances are allowed
  269. ; Set to true to open all images in the same JPEGView window.
  270. SingleInstance=false
  271.  
  272. ; If set to true, only one single instance of JPEGView runs in full screen mode, if false multiple instances are allowed
  273. ; The value is ignored if SingleInstance=true
  274. SingleFullScreenInstance=true
  275.  
  276. ; Force using GDI+ for reading JPEGS. Only use when you have problems reading your JPEGs with the default Turbo JPEG library.
  277. ; Note that using GDI+ is slower than the Turbo JPEG library!
  278. ForceGDIPlus=false
  279.  
  280. ; Quality when saving JPEG files (in 0..100 where 100 is the highest quality)
  281. JPEGSaveQuality=100
  282.  
  283. ; Quality when saving WEBP files with lossy compression (in 0..100 where 100 is the highest quality)
  284. WEBPSaveQuality=85
  285.  
  286. ; Default format for saving files. Supported formats: jpg, bmp, png, tif, webp
  287. DefaultSaveFormat=jpg
  288.  
  289. ; Set to true to create a parameter DB entry when saving an image with JPEGView to avoid processing it again
  290. CreateParamDBEntryOnSave=true
  291.  
  292. ; If set to true, Ctrl-S overrides the original file on disk, applying the current processings without
  293. ; showing a dialog or prompting the user to confirm.
  294. ; CAUTION: Use at your own risk! Be aware that the original image file is overridden and cannot be restored anymore!
  295. OverrideOriginalFileWithoutSaveDialog=false
  296.  
  297. ; If set to true, lossless JPEG transformations will trim the image as needed without prompting the user.
  298. ; This will remove 15 pixel rows/columns at the image borders in worst case.
  299. ; CAUTION: Use at your own risk! Be aware that the original image file is overridden and the trimmed borders cannot be restored anymore!
  300. TrimWithoutPromptLosslessJPEG=false
  301.  
  302. ; Type of confirmation required when deleting a file with the 'x' button on the navigation panel
  303. ; Possible values: Never, OnlyWhenNoRecycleBin, Always
  304. ; OnlyWhenNoRecycleBin means to only require a confirmation when there is no recycle bin available (e.g. on memory sticks)
  305. ; Notice: Does not apply to deleting files with the Del key. To change this edit the KeyMap.txt and assign another command to the Del key.
  306. DeleteConfirmation=OnlyWhenNoRecycleBin
  307.  
  308. ; Set to false to disallow deletion of images in JPEGView. This hides the 'x' button on the navigation panel
  309. ; and disables the commands for deletion (IDM_MOVE_TO_RECYCLE_BIN etc.)
  310. AllowFileDeletion=true
  311.  
  312. ; Set to true to show the menu item that allows editing the global INI file
  313. AllowEditGlobalSettings=false
  314.  
  315. ; Only for multi-monitor systems!
  316. ; Monitor to start the application on
  317. ; -1: Use monitor with largest resolution, primary monitor if several monitors have the same resolution
  318. ; 0: Use primary monitor
  319. ; 1...n: Use the non-primary monitor with index n
  320. DisplayMonitor=-1
  321.  
  322. ; Automatic contrast correction by histogram equalization
  323. ; F5 enables/disables the correction on the current image.
  324. AutoContrastCorrection=false
  325.  
  326. ; Using the following two keys, it is possible to explicitly exclude/include folders from the contrast correction.
  327. ; More specific patterns have precedence over less specific patterns and inclusion has precedence over exclusion if
  328. ; a folder matches both. Example: '*\pics\orig\* has precedence over *\pics\* because it is more specific
  329. ; Use the ; character to separate two expressions.
  330. ; Example: ACCExclude=%mypictures%\Digicam\edited\*;*.bmp
  331. ; This will exclude all files in the ..\My Pictures\Digicam\edited\ folder and all its subfolders and all bmp files
  332. ; from automatic contrast correction.
  333. ; The following two placeholders are recognized:
  334. ; %mypictures% : "My documents\My Pictures" folder
  335. ; %mydocuments% : "My documents" folder
  336. ACCExclude=
  337. ACCInclude=
  338.  
  339. ; Amount of automatic contrast correction
  340. ; 0 means no contrast correction, 1 means full (to black and white point) contrast correction. Must be in (0 .. 1)
  341. AutoContrastCorrectionAmount=0.5
  342.  
  343. ; Amount of color correction in the color channels reg, green, blue, cyan, magenta and yellow
  344. ; The numbers must be between 0.0 (no correction) and 1.0 (total correction towards the gray world model)
  345. ColorCorrection = "R: 0.2 G: 0.1 B: 0.35 C: 0.1 M: 0.3 Y: 0.15"
  346.  
  347. ; Amount of automatic brightness correction
  348. ; 0 means no brightness correction, 1 means full correction to middle gray. Must be in (0 .. 1)
  349. AutoBrightnessCorrectionAmount=0.2
  350.  
  351. ; Automatic correction of local density (local brightness of images)
  352. ; Can be enabled/disabled on the image with F6
  353. LocalDensityCorrection=false
  354.  
  355. ; See remark about exclusion/inclusion at the ACCExclude setting.
  356. ; The same applies to these settings.
  357. LDCExclude=
  358. LDCInclude=
  359.  
  360. ; Amount of local density correction of shadows
  361. ; Can be in [0, 1]
  362. LDCBrightenShadows=0.5
  363.  
  364. ; Deep shadow steepness of enhancement
  365. ; Can be in [0, 1], values bigger than 0.9 are not recommended
  366. LDCBrightenShadowsSteepness=0.5
  367.  
  368. ; Amount of local density correction of highlights
  369. ; Can be in [0, 1]
  370. LDCDarkenHighlights=0.25
  371.  
  372. ; Parameter set used in landscape enhancement mode
  373. ; Space separated, use -1 to leave parameter untouched
  374. ; Contrast Gamma Sharpen ColorCorrection ContrastCorrection LightenShadows DarkenHighlights DeepShadows CyanRed MagentaGreen YellowBlue Saturation
  375. LandscapeModeParams=-1 -1 -1 -1 0.5 1.0 0.75 0.4 -1 -1 -1 -1
  376.  
  377. ; When setting a processed image as desktop wallpaper, the processed image must be saved somewhere.
  378. ; This INI setting sets the path to save the file. Default is %temp%, the system TEMP directory. You must have write access to the specified directory!
  379. WallpaperPath=%temp%
  380.  
  381. ; User commands
  382. ; User command must be named UserCmd# where # stands for a number. The first user command has the number zero (UserCmd0)
  383. ; and the numbering of the commands must be continuous.
  384. ; User command must have the following form:
  385. ; UserCmd#="KeyCode: %Key% Cmd: '%Cmd%' [Menuitem: '%menu%'] [Confirm: '%confirm%'] [HelpText: '%help%'] [Flags: '%flags%']"
  386. ; %Key% : Key that invokes the command. Do not define keys already used by JPEGView.
  387. ; The following keys are known: Alt, Ctrl, Shift, Esc, Return, Space, End, Home, Back, Tab, PgDn, PgUp,
  388. ; Left, Right, Up, Down, Insert, Del, Plus, Minus, Mul, Div, Comma, Period, A .. Z F1 .. F12
  389. ; Combine modifier keys with +, e.g. 'Alt+Ctrl+P'
  390. ; %Cmd% : Application to start, including command arguments. Enclose the application name with double quotes ("") if the path contains
  391. ; spaces. To execute command line commands or batch files, use 'cmd /c command' respectively 'cmd /c MyBatchFile.bat'.
  392. ; The following placeholders can be used in the %cmd% argument:
  393. ; %filename% : Filename of current image, including path
  394. ; %filetitle% : Filename of current image, excluding path
  395. ; %directory% : Directory or current image, without trailing backslash
  396. ; %mydocuments%: The 'My Documents' folder without trailing backslash
  397. ; %mypictures% : The 'My Pictures' folder without trailing backslash
  398. ; %exepath% : Path to EXE folder where JPEGView is running
  399. ; %exedrive% : Drive letter of the EXE path, e.g. "c:"
  400. ; The resulting names are enclosed with double quotes automatically by JPEGView when no backslash is before or after the placeholder.
  401. ; %menu% : The menu item text in the 'User Commands' sub-menu shown in the JPEGView context menu. If missing the command is not contained in the menu.
  402. ; %confirm% : Message text that is shown and must be confirmed before the command is executed.
  403. ; This is an optional argument, if not used, no confirmation is needed for the command.
  404. ; %help% : Help string that is displayed in JPEG view when F1 is pressed.
  405. ; This is an optional argument, if not used, no help text will be available.
  406. ; %flags% : The following flags are supported:
  407. ; NoWindow : For console applications - if set do not display a console window.
  408. ; If the started application is the command interpreter (cmd.exe) this flag is implicitly set.
  409. ; ShortFilename : If set, the short (8.3) file name (and path) is passed to the executing application.
  410. ; Set this flag if the executing application cannot handle long file names or files and path
  411. ; names containing spaces.
  412. ; WaitForTerminate : If set, JPEGView is blocked until the command has finished execution. If not set, the command is
  413. ; started and JPEGView continues.
  414. ; MoveToNext : If set, JPEGView moves to the next image in the folder after the command has been executed.
  415. ; Cannot be combined with the ReloadCurrent flag.
  416. ; ReloadFileList : If set, the file-list of the current folder is reloaded after execution of the command. Set this
  417. ; flag when the command modifies the content of the folder (e.g. moves, renames or deletes files).
  418. ; ReloadCurrent : If set, the currently shown file is re-loaded from disk after execution of the command.
  419. ; Set this flag if the command changes the pixel data of the current image.
  420. ; ReloadAll: If set, the file-list of the current folder is reloaded and the current image and all cached images
  421. ; are reloaded. Set this flag only if the command changes pixel data of images other than the current.
  422. ; KeepModDate: Keeps the modification date/time of the current image. Can be used to preserve this time stamp
  423. ; when modifications on the image are done to keep sort ordering.
  424. ; Caution: When using this flag, always combine with the WaitForTerminate flag!
  425. ; ShellExecute: Uses the ShellExecute() system call to start the external process instead of CreateProcess().
  426. ; Some applications do not start properly with CreateProcess(). If this flag is set, the WaitForTerminate
  427. ; must not be used. All flags requiring WaitForTerminate to be set must not be set either.
  428. ; Typically ShellExecute is set to start large external applications, e.g. an image editor.
  429.  
  430. UserCmd0="KeyCode: Shift+Del Cmd: 'cmd /c del %filename%' Confirm: 'Do you really want to permanently delete the file %filename%?' HelpText: 'Shift+Del\tDelete current file on disk permanently' Flags: 'WaitForTerminate ReloadFileList MoveToNext'"
  431.  
  432. ; Here are some examples for user commands
  433. ;UserCmd1="KeyCode: P Cmd: 'C:\WINDOWS\system32\mspaint.exe /p %filename%' Menuitem: 'Print Image' Confirm: 'Do you really want to print the file %filename%?' HelpText: 'P\tPrint current image'"
  434. ;UserCmd2="KeyCode: Q Cmd: 'cmd /c move %filename% "%mypictures%\trash\"' Confirm: 'Really move file to %mypictures%\trash\%filetitle%' HelpText: 'Q\tMove file to trash directory' Flags: 'WaitForTerminate ReloadFileList MoveToNext'"
  435. ;UserCmd3="KeyCode: W Cmd: 'cmd /c copy %filename% "%mypictures%\trash\%filetitle%"' Confirm: 'Really copy file to %mypictures%\trash\%filetitle%' HelpText: 'W\tCopy file to trash directory' Flags: 'WaitForTerminate'"
  436. ;UserCmd4="KeyCode: A Cmd: 'cmd /u /c echo %filename% >> "%mydocuments%\test.txt"' HelpText: 'A\tAppend to file list'"
  437.  
  438. ; Open with menu commands, shown in the 'Open with..' submenu of the JPEGView context menu.
  439. ; These commands must be named OpenWith# where # stands for a number. The first open with command has the number zero (OpenWith0)
  440. ; and the numbering of the commands must be continuous.
  441. ; Open with commands must have the following form:
  442. ; OpenWith#="Cmd: '%Cmd%' Menuitem: '%menu%' [KeyCode: %Key%] [Confirm: '%confirm%'] [Flags: '%flags%']"
  443. ; For an explanation of the different options, refer to the user command documentation above.
  444. ; Notice: Open with commands should be added to the user INI file, not to this global INI file
  445. ; Example for a menu entry that opens the current image in MS Paint:
  446. ;OpenWith0="Cmd: 'C:\WINDOWS\system32\mspaint.exe %filename%' Menuitem: 'Microsoft Paint' Flags: 'ShellExecute'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement