EntranceJew

Greenshot.ini

Apr 2nd, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 0 0
  1. ; Greenshot core configuration
  2. [Core]
  3. ; The language in IETF format (e.g. en-US)
  4. Language=en-US
  5. ; Hotkey for starting the region capture
  6. RegionHotkey=PrintScreen
  7. ; Hotkey for starting the window capture
  8. WindowHotkey=Alt + PrintScreen
  9. ; Hotkey for starting the fullscreen capture
  10. FullscreenHotkey=Ctrl + PrintScreen
  11. ; Hotkey for starting the last region capture
  12. LastregionHotkey=Shift + PrintScreen
  13. ; Hotkey for starting the IE capture
  14. IEHotkey=Shift + Ctrl + PrintScreen
  15. ; Is this the first time launch?
  16. IsFirstLaunch=False
  17. ; Which destinations? Possible options (more might be added by plugins) are: Editor, FileDefault, FileWithDialog, Clipboard, Printer, EMail, Picker
  18. Destinations=Picker
  19. ; Specify which formats we copy on the clipboard? Options are: PNG, HTML, HTMLDATAURL and DIB
  20. ClipboardFormats=PNG,DIB
  21. ; Should the mouse be captured?
  22. CaptureMousepointer=True
  23. ; Use interactive window selection to capture? (false=Capture active window)
  24. CaptureWindowsInteractive=False
  25. ; Capture delay in millseconds.
  26. CaptureDelay=100
  27. ; The capture mode used to capture a screen. (Auto, FullScreen, Fixed)
  28. ScreenCaptureMode=Auto
  29. ; The screen number to capture when using ScreenCaptureMode Fixed.
  30. ScreenToCapture=1
  31. ; The capture mode used to capture a Window (Screen, GDI, Aero, AeroTransparent, Auto).
  32. WindowCaptureMode=Auto
  33. ; Enable/disable capture all children, very slow but will make it possible to use this information in the editor.
  34. WindowCaptureAllChildLocations=False
  35. ; The background color for a DWM window capture.
  36. DWMBackgroundColor=Transparent
  37. ; Play a camera sound after taking a capture.
  38. PlayCameraSound=False
  39. ; Show a notification from the systray when a capture is taken.
  40. ShowTrayNotification=True
  41. ; Output file path.
  42. OutputFilePath=H:\Users\ej\desktop
  43. ; If the target file already exists True will make Greenshot always overwrite and False will display a 'Save-As' dialog.
  44. OutputFileAllowOverwrite=True
  45. ; Filename pattern for screenshot.
  46. OutputFileFilenamePattern=${capturetime:d"yyyy-MM-dd HH_mm_ss"}-${title}
  47. ; Default file type for writing screenshots. (bmp, gif, jpg, png, tiff)
  48. OutputFileFormat=png
  49. ; If set to true, than the colors of the output file are reduced to 256 (8-bit) colors
  50. OutputFileReduceColors=False
  51. ; If set to true the amount of colors is counted and if smaller than 256 the color reduction is automatically used.
  52. OutputFileAutoReduceColors=False
  53. ; When saving a screenshot, copy the path to the clipboard?
  54. OutputFileCopyPathToClipboard=True
  55. ; SaveAs Full path?
  56. OutputFileAsFullpath=H:\Users\ej\desktop\dummy.png
  57. ; JPEG file save quality in %.
  58. OutputFileJpegQuality=80
  59. ; Ask for the quality before saving?
  60. OutputFilePromptQuality=False
  61. ; The number for the ${NUM} in the filename pattern, is increased automatically after each save.
  62. OutputFileIncrementingNumber=1
  63. ; Ask for print options when printing?
  64. OutputPrintPromptOptions=True
  65. ; Allow rotating the picture for fitting on paper?
  66. OutputPrintAllowRotate=False
  67. ; Allow growing the picture for fitting on paper?
  68. OutputPrintAllowEnlarge=False
  69. ; Allow shrinking the picture for fitting on paper?
  70. OutputPrintAllowShrink=True
  71. ; Center image when printing?
  72. OutputPrintCenter=True
  73. ; Print image inverted (use e.g. for console captures)
  74. OutputPrintInverted=False
  75. ; Force grayscale printing
  76. OutputPrintGrayscale=False
  77. ; Force monorchrome printing
  78. OutputPrintMonochrome=False
  79. ; Threshold for monochrome filter (0 - 255), lower value means less black
  80. OutputPrintMonochromeThreshold=127
  81. ; Print footer on print?
  82. OutputPrintFooter=True
  83. ; Footer pattern
  84. OutputPrintFooterPattern=${capturetime:d"D"} ${capturetime:d"T"} - ${title}
  85. ; The wav-file to play when a capture is taken, loaded only once at the Greenshot startup
  86. NotificationSound=default
  87. ; Use your global proxy?
  88. UseProxy=True
  89. ; Enable/disable IE capture
  90. IECapture=True
  91. ; Enable/disable IE field capture, very slow but will make it possible to annotate the fields of a capture in the editor.
  92. IEFieldCapture=False
  93. ; Comma separated list of Window-Classes which need to be checked for a IE instance!
  94. WindowClassesToCheckForIE=AfxFrameOrView70,IMWindowClass
  95. ; Sets how to compare the colors for the autocrop detection, the higher the more is 'selected'. Possible values are from 0 to 255, where everything above ~150 doesn't make much sense!
  96. AutoCropDifference=10
  97. ; Comma separated list of Plugins which are allowed. If something in the list, than every plugin not in the list will not be loaded!
  98. IncludePlugins=
  99. ; Comma separated list of Plugins which are NOT allowed.
  100. ExcludePlugins=
  101. ; Comma separated list of destinations which should be disabled.
  102. ExcludeDestinations=OneNote
  103. ; How many days between every update check? (0=no checks)
  104. UpdateCheckInterval=1
  105. ; Last update check
  106. LastUpdateCheck=04/02/2014 17:47:28
  107. ; Enable/disable the access to the settings, can only be changed manually in this .ini
  108. DisableSettings=False
  109. ; Enable/disable the access to the quick settings, can only be changed manually in this .ini
  110. DisableQuickSettings=False
  111. ; Disable the trayicon, can only be changed manually in this .ini
  112. DisableTrayicon=False
  113. ; Hide expert tab in the settings, can only be changed manually in this .ini
  114. HideExpertSettings=False
  115. ; Enable/disable thumbnail previews
  116. ThumnailPreview=True
  117. ; List of products for which GDI capturing doesn't work.
  118. NoGDICaptureForProduct=intellij,idea
  119. ; List of products for which DWM capturing doesn't work.
  120. NoDWMCaptureForProduct=citrix,ica,client
  121. ; Make some optimizations for usage with remote desktop
  122. OptimizeForRDP=False
  123. ; Optimize memory footprint, but with a performance penalty!
  124. MinimizeWorkingSetSize=False
  125. ; Remove the corners from a window capture
  126. WindowCaptureRemoveCorners=True
  127. ; Also check for unstable version updates
  128. CheckForUnstable=False
  129. ; The fixes that are active.
  130. ActiveTitleFixes=Firefox,IE,Chrome
  131. ; The regular expressions to match the title with.
  132. TitleFixMatcher.Firefox= - Mozilla Firefox.*
  133. TitleFixMatcher.IE= - (Microsoft|Windows) Internet Explorer.*
  134. TitleFixMatcher.Chrome= - Google Chrome.*
  135. ; The replacements for the matchers.
  136. TitleFixReplacer.Firefox=
  137. TitleFixReplacer.IE=
  138. TitleFixReplacer.Chrome=
  139. ; Enable a special DIB clipboard reader
  140. EnableSpecialDIBClipboardReader=True
  141. ; The cutshape which is used to remove the window corners, is mirrorred for all corners
  142. WindowCornerCutShape=5,3,2,1,1
  143. ; Specify what action is made if the tray icon is left clicked, if a double-click action is specified this action is initiated after a delay (configurable via the windows double-click speed)
  144. LeftClickAction=SHOW_CONTEXT_MENU
  145. ; Specify what action is made if the tray icon is double clicked
  146. DoubleClickAction=OPEN_LAST_IN_EXPLORER
  147. ; Sets if the zoomer is enabled
  148. ZoomerEnabled=True
  149. ; Maximum length of submenu items in the context menu, making this longer might cause context menu issues on dual screen systems.
  150. MaxMenuItemLength=25
  151. ; The 'to' field for the email destination (settings for Outlook can be found under the Office section)
  152. MailApiTo=
  153. ; The 'CC' field for the email destination (settings for Outlook can be found under the Office section)
  154. MailApiCC=
  155. ; The 'BCC' field for the email destination (settings for Outlook can be found under the Office section)
  156. MailApiBCC=
  157. ; Optional command to execute on a temporary PNG file, the command should overwrite the file and Greenshot will read it back. Note: this command is also executed when uploading PNG's!
  158. OptimizePNGCommand=
  159. ; Arguments for the optional command to execute on a PNG, {0} is replaced by the temp-filename from Greenshot. Note: Temp-file is deleted afterwards by Greenshot.
  160. OptimizePNGCommandArguments="{0}"
  161. ; Version of Greenshot which created this .ini
  162. LastSaveWithVersion=1.1.7.17
  163. ; When reading images from files or clipboard, use the EXIF information to correct the orientation
  164. ProcessEXIFOrientation=True
  165.  
  166. ; Greenshot ExternalCommand Plugin configuration
  167. [ExternalCommand]
  168. ; The commands that are available.
  169. Commands=MS Paint
  170. ; The commandline for the output command.
  171. Commandline.MS Paint=C:\Windows\System32\mspaint.exe
  172. ; The arguments for the output command.
  173. Argument.MS Paint="{0}"
  174. ; Should the command be started in the background.
  175. RunInbackground.MS Paint=True
  176.  
  177. ; Greenshot Imgur Plugin configuration
  178. [Imgur]
  179. ; Url to Imgur system.
  180. ImgurApiUrl=http://api.imgur.com/2
  181. ; What file type to use for uploading
  182. UploadFormat=png
  183. ; JPEG file save quality in %.
  184. UploadJpegQuality=80
  185. ; Reduce color amount of the uploaded image to 256
  186. UploadReduceColors=False
  187. ; Use pagelink instead of direct link on the clipboard
  188. UsePageLink=False
  189. ; Use anonymous access to Imgur
  190. AnonymousAccess=True
  191. ; Is the title passed on to Imgur
  192. AddTitle=True
  193. ; Is the filename passed on to Imgur
  194. AddFilename=True
  195. ; Imgur upload history (ImgurUploadHistory.hash=deleteHash)
  196. ImgurUploadHistory.WQKfiLb=VMMOeLVl9DBEYPs
  197. ImgurUploadHistory.F8B7Soa=xY7brGzie1oOeFj
  198. ImgurUploadHistory.lWwGSi0=QkYvgfvSzvF06Oy
  199. ImgurUploadHistory.DQBNM8H=191d5Z7DjLYSTdm
  200. ImgurUploadHistory.FsKClCO=4Vph1iNGfJYXUc9
  201. ImgurUploadHistory.syKiFd2=f3Zf2MAr90il0q0
  202. ImgurUploadHistory.cRRYyud=6QgU5BkEQs3tS4d
  203. ImgurUploadHistory.n2gxZ0l=RQu0pC8rgaQXdNS
  204. ImgurUploadHistory.A7Ye3J9=3V12YWHyRDlaqfS
  205. ImgurUploadHistory.zTp4o0K=10phwUgDGJo5r8b
  206. ImgurUploadHistory.1d2LSHA=aCRirZKSdrIytR9
  207.  
  208. ; Greenshot Office configuration
  209. [Office]
  210. ; Default type for emails. (Text, HTML)
  211. OutlookEmailFormat=HTML
  212. ; Email subject pattern, works like the OutputFileFilenamePattern
  213. EmailSubjectPattern=${title}
  214. ; Default value for the to in emails that are created
  215. EmailTo=
  216. ; Default value for the CC in emails that are created
  217. EmailCC=
  218. ; Default value for the BCC in emails that are created
  219. EmailBCC=
  220. ; Allow export in meeting items
  221. OutlookAllowExportInMeetings=False
  222. ; For Word: Lock the aspect ratio of the image
  223. WordLockAspectRatio=True
  224.  
  225. ; Greenshot editor configuration
  226. [Editor]
  227. ; Last used colors
  228. RecentColors=
  229. ; Field values, make sure the last used settings are re-used
  230. ; Match the editor window size to the capture
  231. MatchSizeToCapture=True
  232. ; Placement flags
  233. WindowPlacementFlags=0
  234. ; Show command
  235. WindowShowCommand=Normal
  236. ; Position of minimized window
  237. WindowMinPosition=-1, -1
  238. ; Position of maximized window
  239. WindowMaxPosition=-1, -1
  240. ; Position of normal window
  241. WindowNormalPosition=100, 100, 400, 400
  242. ; Reuse already open editor
  243. ReuseEditor=False
  244. ; The smaller this number, the less smoothing is used. Decrease for detailed drawing, e.g. when using a pen. Increase for smoother lines. e.g. when you want to draw a smooth line.
  245. FreehandSensitivity=3
  246. ; Suppressed the 'do you want to save' dialog when closing the editor.
  247. SuppressSaveDialogAtClose=False
Advertisement
Add Comment
Please, Sign In to add comment