initial commit
This commit is contained in:
50
Installs/ShareX/InstallShareX.ahk
Normal file
50
Installs/ShareX/InstallShareX.ahk
Normal file
@@ -0,0 +1,50 @@
|
||||
; ENVIRONMENT
|
||||
;------------------------------------------------
|
||||
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
|
||||
;#Warn ; Enable warnings to assist with detecting common errors.
|
||||
;DetectHiddenWindows, On
|
||||
#SingleInstance, Force
|
||||
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
|
||||
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
|
||||
;SetKeyDelay, 500
|
||||
CoordMode, ToolTip, Screen
|
||||
CoordMode, Mouse, Screen
|
||||
;#NoTrayIcon
|
||||
|
||||
; Notes/Extra Info/#Includes
|
||||
;------------------------------------------------
|
||||
; #Include C:\Users\%A_Username%\Syncthing\Scripts\AutoHotKey\RadialMenu\My codes\My Global Variables.ahk
|
||||
;Menu, Tray, Icon, %A_ICODir%\ICONAME
|
||||
|
||||
|
||||
|
||||
; VARIABLES
|
||||
;------------------------------------------------
|
||||
FileCreateDir, C:\Users\%A_Username%\Documents\ShareX
|
||||
FileCopyDir, %A_ScriptDir%\ShareX, C:\Users\%A_Username%\Documents\ShareX, 1
|
||||
sleep, 1000
|
||||
FileCopy, %A_ScriptDir%\ShareX\*, C:\Users\%A_Username%\Documents\ShareX\*, 1
|
||||
|
||||
msgbox
|
||||
|
||||
|
||||
; MAIN SCRIPT
|
||||
;------------------------------------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
; Functions
|
||||
;------------------------------------------------
|
||||
|
||||
|
||||
|
||||
|
||||
; Misc
|
||||
;------------------------------------------------
|
||||
; Escape::ExitApp
|
BIN
Installs/ShareX/ShareX.ico
Normal file
BIN
Installs/ShareX/ShareX.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
841
Installs/ShareX/ShareX/ApplicationConfig.json
Normal file
841
Installs/ShareX/ShareX/ApplicationConfig.json
Normal file
@@ -0,0 +1,841 @@
|
||||
{
|
||||
"DefaultTaskSettings": {
|
||||
"Description": "",
|
||||
"Job": "None",
|
||||
"UseDefaultAfterCaptureJob": true,
|
||||
"AfterCaptureJob": "CopyImageToClipboard, SaveImageToFile",
|
||||
"UseDefaultAfterUploadJob": true,
|
||||
"AfterUploadJob": "CopyURLToClipboard",
|
||||
"UseDefaultDestinations": true,
|
||||
"ImageDestination": "Imgur",
|
||||
"ImageFileDestination": "Dropbox",
|
||||
"TextDestination": "Pastebin",
|
||||
"TextFileDestination": "Dropbox",
|
||||
"FileDestination": "Dropbox",
|
||||
"URLShortenerDestination": "BITLY",
|
||||
"URLSharingServiceDestination": "Twitter",
|
||||
"OverrideFTP": false,
|
||||
"FTPIndex": 0,
|
||||
"OverrideCustomUploader": false,
|
||||
"CustomUploaderIndex": 0,
|
||||
"OverrideScreenshotsFolder": false,
|
||||
"ScreenshotsFolder": "",
|
||||
"UseDefaultGeneralSettings": true,
|
||||
"GeneralSettings": {
|
||||
"PlaySoundAfterCapture": false,
|
||||
"PlaySoundAfterUpload": false,
|
||||
"ShowToastNotificationAfterTaskCompleted": true,
|
||||
"ToastWindowDuration": 3.0,
|
||||
"ToastWindowFadeDuration": 1.0,
|
||||
"ToastWindowPlacement": "BottomRight",
|
||||
"ToastWindowSize": "400, 300",
|
||||
"ToastWindowLeftClickAction": "OpenUrl",
|
||||
"ToastWindowRightClickAction": "CloseNotification",
|
||||
"ToastWindowMiddleClickAction": "AnnotateImage",
|
||||
"ToastWindowAutoHide": true,
|
||||
"UseCustomCaptureSound": false,
|
||||
"CustomCaptureSoundPath": "",
|
||||
"UseCustomTaskCompletedSound": false,
|
||||
"CustomTaskCompletedSoundPath": "",
|
||||
"UseCustomErrorSound": false,
|
||||
"CustomErrorSoundPath": "",
|
||||
"DisableNotifications": false,
|
||||
"DisableNotificationsOnFullscreen": false,
|
||||
"PopUpNotification": "ToastNotification"
|
||||
},
|
||||
"UseDefaultImageSettings": true,
|
||||
"ImageSettings": {
|
||||
"ImageFormat": "PNG",
|
||||
"ImagePNGBitDepth": "Default",
|
||||
"ImageJPEGQuality": 90,
|
||||
"ImageGIFQuality": "Default",
|
||||
"ImageAutoUseJPEG": true,
|
||||
"ImageAutoUseJPEGSize": 2048,
|
||||
"ImageAutoJPEGQuality": false,
|
||||
"FileExistAction": "Ask",
|
||||
"ImageEffectPresets": [
|
||||
{
|
||||
"Name": "",
|
||||
"Effects": [
|
||||
{
|
||||
"$type": "ShareX.ImageEffectsLib.Canvas, ShareX.ImageEffectsLib",
|
||||
"Margin": "0, 0, 0, 30",
|
||||
"MarginMode": "AbsoluteSize",
|
||||
"Color": "Transparent",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"$type": "ShareX.ImageEffectsLib.DrawText, ShareX.ImageEffectsLib",
|
||||
"Text": "Text watermark",
|
||||
"Placement": "BottomRight",
|
||||
"Offset": "0, 0",
|
||||
"AutoHide": false,
|
||||
"TextFont": "Arial, 11.25pt",
|
||||
"TextRenderingMode": "SystemDefault",
|
||||
"TextColor": "235, 235, 235",
|
||||
"DrawTextShadow": true,
|
||||
"TextShadowColor": "Black",
|
||||
"TextShadowOffset": "-1, -1",
|
||||
"CornerRadius": 4,
|
||||
"Padding": "5, 5, 5, 5",
|
||||
"DrawBorder": true,
|
||||
"BorderColor": "Black",
|
||||
"BorderSize": 1,
|
||||
"DrawBackground": true,
|
||||
"BackgroundColor": "42, 47, 56",
|
||||
"UseGradient": true,
|
||||
"Gradient": {
|
||||
"Type": "Vertical",
|
||||
"Colors": [
|
||||
{
|
||||
"Color": "68, 120, 194",
|
||||
"Location": 0.0
|
||||
},
|
||||
{
|
||||
"Color": "13, 58, 122",
|
||||
"Location": 50.0
|
||||
},
|
||||
{
|
||||
"Color": "6, 36, 78",
|
||||
"Location": 50.0
|
||||
},
|
||||
{
|
||||
"Color": "23, 89, 174",
|
||||
"Location": 100.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"SelectedImageEffectPreset": 0,
|
||||
"ShowImageEffectsWindowAfterCapture": false,
|
||||
"ImageEffectOnlyRegionCapture": false,
|
||||
"ThumbnailWidth": 200,
|
||||
"ThumbnailHeight": 0,
|
||||
"ThumbnailName": "-thumbnail",
|
||||
"ThumbnailCheckSize": false
|
||||
},
|
||||
"UseDefaultCaptureSettings": true,
|
||||
"CaptureSettings": {
|
||||
"ShowCursor": true,
|
||||
"ScreenshotDelay": 0.0,
|
||||
"CaptureTransparent": false,
|
||||
"CaptureShadow": true,
|
||||
"CaptureShadowOffset": 100,
|
||||
"CaptureClientArea": false,
|
||||
"CaptureAutoHideTaskbar": false,
|
||||
"CaptureCustomRegion": "0, 0, 0, 0",
|
||||
"SurfaceOptions": {
|
||||
"QuickCrop": true,
|
||||
"MinimumSize": 5,
|
||||
"RegionCaptureActionRightClick": "RemoveShapeCancelCapture",
|
||||
"RegionCaptureActionMiddleClick": "SwapToolType",
|
||||
"RegionCaptureActionX1Click": "CaptureFullscreen",
|
||||
"RegionCaptureActionX2Click": "CaptureActiveMonitor",
|
||||
"DetectWindows": true,
|
||||
"DetectControls": true,
|
||||
"UseDimming": true,
|
||||
"UseCustomInfoText": false,
|
||||
"CustomInfoText": "X: $x, Y: $y$nR: $r, G: $g, B: $b$nHex: $hex",
|
||||
"SnapSizes": [
|
||||
{
|
||||
"Width": 426,
|
||||
"Height": 240
|
||||
},
|
||||
{
|
||||
"Width": 640,
|
||||
"Height": 360
|
||||
},
|
||||
{
|
||||
"Width": 854,
|
||||
"Height": 480
|
||||
},
|
||||
{
|
||||
"Width": 1280,
|
||||
"Height": 720
|
||||
},
|
||||
{
|
||||
"Width": 1920,
|
||||
"Height": 1080
|
||||
}
|
||||
],
|
||||
"ShowInfo": true,
|
||||
"ShowMagnifier": true,
|
||||
"UseSquareMagnifier": false,
|
||||
"MagnifierPixelCount": 15,
|
||||
"MagnifierPixelSize": 10,
|
||||
"ShowCrosshair": false,
|
||||
"UseLightResizeNodes": false,
|
||||
"EnableAnimations": true,
|
||||
"IsFixedSize": false,
|
||||
"FixedSize": "250, 250",
|
||||
"ShowFPS": false,
|
||||
"FPSLimit": 100,
|
||||
"MenuIconSize": 0,
|
||||
"MenuLocked": false,
|
||||
"RememberMenuState": false,
|
||||
"MenuCollapsed": false,
|
||||
"MenuPosition": "0, 0",
|
||||
"InputDelay": 500,
|
||||
"SwitchToDrawingToolAfterSelection": false,
|
||||
"SwitchToSelectionToolAfterDrawing": false,
|
||||
"ActiveMonitorMode": false,
|
||||
"AnnotationOptions": {
|
||||
"ImageInterpolationMode": "NearestNeighbor",
|
||||
"StickerPacks": [
|
||||
{
|
||||
"FolderPath": "Stickers\\BlobEmoji",
|
||||
"Name": "Blob Emoji"
|
||||
}
|
||||
],
|
||||
"SelectedStickerPack": 0,
|
||||
"RegionCornerRadius": 0,
|
||||
"BorderColor": "242, 60, 60",
|
||||
"BorderSize": 4,
|
||||
"BorderStyle": "Solid",
|
||||
"FillColor": "0, 0, 0, 0",
|
||||
"DrawingCornerRadius": 3,
|
||||
"Shadow": true,
|
||||
"ShadowColor": "125, 0, 0, 0",
|
||||
"ShadowOffset": "0, 1",
|
||||
"LineCenterPointCount": 1,
|
||||
"ArrowHeadDirection": "End",
|
||||
"TextOutlineOptions": {
|
||||
"Font": "Arial",
|
||||
"Size": 25,
|
||||
"Color": "White",
|
||||
"Bold": true,
|
||||
"Italic": false,
|
||||
"Underline": false,
|
||||
"AlignmentHorizontal": "Center",
|
||||
"AlignmentVertical": "Center",
|
||||
"Gradient": false,
|
||||
"Color2": "240, 240, 240",
|
||||
"GradientMode": "Vertical",
|
||||
"EnterKeyNewLine": false
|
||||
},
|
||||
"TextOutlineBorderColor": "242, 60, 60",
|
||||
"TextOutlineBorderSize": 5,
|
||||
"TextOptions": {
|
||||
"Font": "Arial",
|
||||
"Size": 18,
|
||||
"Color": "White",
|
||||
"Bold": false,
|
||||
"Italic": false,
|
||||
"Underline": false,
|
||||
"AlignmentHorizontal": "Center",
|
||||
"AlignmentVertical": "Center",
|
||||
"Gradient": false,
|
||||
"Color2": "240, 240, 240",
|
||||
"GradientMode": "Vertical",
|
||||
"EnterKeyNewLine": false
|
||||
},
|
||||
"TextBorderColor": "White",
|
||||
"TextBorderSize": 0,
|
||||
"TextFillColor": "242, 60, 60",
|
||||
"LastImageFilePath": null,
|
||||
"StepBorderColor": "White",
|
||||
"StepBorderSize": 0,
|
||||
"StepFillColor": "242, 60, 60",
|
||||
"StepFontSize": 18,
|
||||
"StepType": "Numbers",
|
||||
"MagnifyStrength": 200,
|
||||
"StickerSize": 64,
|
||||
"LastStickerPath": null,
|
||||
"BlurRadius": 35,
|
||||
"PixelateSize": 15,
|
||||
"HighlightColor": "Yellow"
|
||||
},
|
||||
"LastRegionTool": "RegionRectangle",
|
||||
"LastAnnotationTool": "DrawingRectangle",
|
||||
"LastEditorTool": "DrawingRectangle",
|
||||
"ImageEditorStartMode": "AutoSize",
|
||||
"ImageEditorWindowState": {
|
||||
"Location": "0, 0",
|
||||
"Size": "0, 0",
|
||||
"IsMaximized": false
|
||||
},
|
||||
"ZoomToFitOnOpen": false,
|
||||
"EditorAutoCopyImage": false,
|
||||
"AutoCloseEditorOnTask": false,
|
||||
"ShowEditorPanTip": true,
|
||||
"ImageEditorResizeInterpolationMode": "Bicubic",
|
||||
"EditorNewImageSize": "800, 600",
|
||||
"EditorNewImageTransparent": false,
|
||||
"EditorNewImageBackgroundColor": "White",
|
||||
"EditorCanvasColor": "Transparent",
|
||||
"ImageEffectPresets": [],
|
||||
"SelectedImageEffectPreset": 0,
|
||||
"ColorPickerOptions": {
|
||||
"RecentColorsSelected": true
|
||||
},
|
||||
"ScreenColorPickerInfoText": ""
|
||||
},
|
||||
"FFmpegOptions": {
|
||||
"OverrideCLIPath": false,
|
||||
"CLIPath": "%MyDocuments%\\ShareX\\Tools\\ffmpeg.exe",
|
||||
"VideoSource": "GDI grab",
|
||||
"AudioSource": "None",
|
||||
"VideoCodec": "libx264",
|
||||
"AudioCodec": "libvoaacenc",
|
||||
"UserArgs": "",
|
||||
"UseCustomCommands": false,
|
||||
"CustomCommands": "",
|
||||
"x264_Preset": "ultrafast",
|
||||
"x264_CRF": 28,
|
||||
"x264_Use_Bitrate": false,
|
||||
"x264_Bitrate": 3000,
|
||||
"VPx_Bitrate": 3000,
|
||||
"XviD_QScale": 10,
|
||||
"NVENC_Preset": "llhp",
|
||||
"NVENC_Bitrate": 3000,
|
||||
"GIFStatsMode": "full",
|
||||
"GIFDither": "sierra2_4a",
|
||||
"GIFBayerScale": 2,
|
||||
"AMF_Usage": "transcoding",
|
||||
"AMF_Quality": "speed",
|
||||
"QSV_Preset": "fast",
|
||||
"QSV_Bitrate": 3000,
|
||||
"AAC_Bitrate": 128,
|
||||
"Opus_Bitrate": 128,
|
||||
"Vorbis_QScale": 3,
|
||||
"MP3_QScale": 4
|
||||
},
|
||||
"ScreenRecordFPS": 30,
|
||||
"GIFFPS": 15,
|
||||
"ScreenRecordShowCursor": true,
|
||||
"ScreenRecordAutoStart": true,
|
||||
"ScreenRecordStartDelay": 0.0,
|
||||
"ScreenRecordFixedDuration": false,
|
||||
"ScreenRecordDuration": 3.0,
|
||||
"ScreenRecordTwoPassEncoding": false,
|
||||
"ScreenRecordAskConfirmationOnAbort": false,
|
||||
"ScreenRecordTransparentRegion": false,
|
||||
"ScrollingCaptureOptions": {
|
||||
"TrimLeftEdge": 0,
|
||||
"TrimTopEdge": 0,
|
||||
"TrimRightEdge": 0,
|
||||
"TrimBottomEdge": 0,
|
||||
"CombineAdjustmentVertical": 0,
|
||||
"CombineAdjustmentLastVertical": 0,
|
||||
"IgnoreLast": 0,
|
||||
"ScrollMethod": "Automatic",
|
||||
"StartDelay": 500,
|
||||
"ScrollDelay": 500,
|
||||
"MaximumScrollCount": 20,
|
||||
"StartSelectionAutomatically": true,
|
||||
"StartCaptureAutomatically": false,
|
||||
"ScrollTopMethodBeforeCapture": "All",
|
||||
"AutoDetectScrollEnd": true,
|
||||
"RemoveDuplicates": true,
|
||||
"AfterCaptureAutomaticallyCombine": true,
|
||||
"AutoUpload": false
|
||||
},
|
||||
"OCROptions": {
|
||||
"Language": "en",
|
||||
"ScaleFactor": 2.0,
|
||||
"SingleLine": false,
|
||||
"Silent": false,
|
||||
"AutoCopy": false,
|
||||
"ServiceLinks": [
|
||||
{
|
||||
"Name": "Google Translate",
|
||||
"URL": "https://translate.google.com/?sl=auto&tl=en&text={0}&op=translate"
|
||||
},
|
||||
{
|
||||
"Name": "Google Search",
|
||||
"URL": "https://www.google.com/search?q={0}"
|
||||
},
|
||||
{
|
||||
"Name": "Google Images",
|
||||
"URL": "https://www.google.com/search?q={0}&tbm=isch"
|
||||
},
|
||||
{
|
||||
"Name": "Bing",
|
||||
"URL": "https://www.bing.com/search?q={0}"
|
||||
},
|
||||
{
|
||||
"Name": "DuckDuckGo",
|
||||
"URL": "https://duckduckgo.com/?q={0}"
|
||||
},
|
||||
{
|
||||
"Name": "DeepL",
|
||||
"URL": "https://www.deepl.com/translator#auto/en/{0}"
|
||||
}
|
||||
],
|
||||
"SelectedServiceLink": 0
|
||||
}
|
||||
},
|
||||
"UseDefaultUploadSettings": true,
|
||||
"UploadSettings": {
|
||||
"UseCustomTimeZone": false,
|
||||
"CustomTimeZone": {
|
||||
"Id": "UTC",
|
||||
"DisplayName": "UTC",
|
||||
"StandardName": "UTC",
|
||||
"DaylightName": "UTC",
|
||||
"BaseUtcOffset": "00:00:00",
|
||||
"AdjustmentRules": null,
|
||||
"SupportsDaylightSavingTime": false
|
||||
},
|
||||
"NameFormatPattern": "%y%mo%d_%h%mi%s_%pn",
|
||||
"NameFormatPatternActiveWindow": "%y%mo%d_%h%mi%s_%pn",
|
||||
"FileUploadUseNamePattern": false,
|
||||
"FileUploadReplaceProblematicCharacters": false,
|
||||
"URLRegexReplace": false,
|
||||
"URLRegexReplacePattern": "^https?://(.+)$",
|
||||
"URLRegexReplaceReplacement": "https://$1",
|
||||
"ClipboardUploadURLContents": false,
|
||||
"ClipboardUploadShortenURL": false,
|
||||
"ClipboardUploadShareURL": false,
|
||||
"ClipboardUploadAutoIndexFolder": false,
|
||||
"UploaderFilters": []
|
||||
},
|
||||
"UseDefaultActions": true,
|
||||
"ExternalPrograms": [],
|
||||
"UseDefaultToolsSettings": true,
|
||||
"ToolsSettings": {
|
||||
"ScreenColorPickerFormat": "$hex",
|
||||
"ScreenColorPickerFormatCtrl": "$r255, $g255, $b255",
|
||||
"ScreenColorPickerInfoText": "RGB: $r255, $g255, $b255$nHex: $hex$nX: $x Y: $y",
|
||||
"IndexerSettings": {
|
||||
"Output": "Html",
|
||||
"SkipHiddenFolders": true,
|
||||
"SkipHiddenFiles": true,
|
||||
"MaxDepthLevel": 0,
|
||||
"ShowSizeInfo": true,
|
||||
"AddFooter": true,
|
||||
"IndentationText": "|___",
|
||||
"AddEmptyLineAfterFolders": false,
|
||||
"UseCustomCSSFile": false,
|
||||
"DisplayPath": false,
|
||||
"DisplayPathLimited": false,
|
||||
"CustomCSSFilePath": "",
|
||||
"UseAttribute": true,
|
||||
"CreateParseableJson": true
|
||||
},
|
||||
"ImageCombinerOptions": {
|
||||
"Orientation": "Vertical",
|
||||
"Alignment": "LeftOrTop",
|
||||
"Space": 0,
|
||||
"AutoFillBackground": false
|
||||
},
|
||||
"VideoConverterOptions": {
|
||||
"InputFilePath": null,
|
||||
"OutputFolderPath": null,
|
||||
"OutputFileName": null,
|
||||
"VideoCodec": "x264",
|
||||
"VideoQuality": 23,
|
||||
"UseCustomArguments": false,
|
||||
"CustomArguments": "",
|
||||
"AutoOpenFolder": true
|
||||
},
|
||||
"VideoThumbnailOptions": {
|
||||
"DefaultOutputDirectory": null,
|
||||
"LastVideoPath": null,
|
||||
"OutputLocation": "DefaultFolder",
|
||||
"CustomOutputDirectory": "",
|
||||
"ImageFormat": "PNG",
|
||||
"ThumbnailCount": 9,
|
||||
"FilenameSuffix": "_Thumbnail",
|
||||
"RandomFrame": false,
|
||||
"UploadThumbnails": true,
|
||||
"KeepScreenshots": false,
|
||||
"OpenDirectory": false,
|
||||
"MaxThumbnailWidth": 512,
|
||||
"CombineScreenshots": true,
|
||||
"Padding": 10,
|
||||
"Spacing": 10,
|
||||
"ColumnCount": 3,
|
||||
"AddVideoInfo": true,
|
||||
"AddTimestamp": true,
|
||||
"DrawShadow": true,
|
||||
"DrawBorder": true
|
||||
},
|
||||
"BorderlessWindowSettings": {
|
||||
"RememberWindowTitle": true,
|
||||
"WindowTitle": null,
|
||||
"AutoCloseWindow": false,
|
||||
"ExcludeTaskbarArea": false
|
||||
}
|
||||
},
|
||||
"UseDefaultAdvancedSettings": true,
|
||||
"AdvancedSettings": {
|
||||
"CapturePath": null,
|
||||
"ProcessImagesDuringFileUpload": false,
|
||||
"ProcessImagesDuringClipboardUpload": false,
|
||||
"UseAfterCaptureTasksDuringFileUpload": true,
|
||||
"TextTaskSaveAsFile": true,
|
||||
"AutoClearClipboard": false,
|
||||
"RegionCaptureDisableAnnotation": false,
|
||||
"ImageExtensions": [
|
||||
"jpg",
|
||||
"jpeg",
|
||||
"png",
|
||||
"gif",
|
||||
"bmp",
|
||||
"ico",
|
||||
"tif",
|
||||
"tiff"
|
||||
],
|
||||
"TextExtensions": [
|
||||
"txt",
|
||||
"log",
|
||||
"nfo",
|
||||
"c",
|
||||
"cpp",
|
||||
"cc",
|
||||
"cxx",
|
||||
"h",
|
||||
"hpp",
|
||||
"hxx",
|
||||
"cs",
|
||||
"vb",
|
||||
"html",
|
||||
"htm",
|
||||
"xhtml",
|
||||
"xht",
|
||||
"xml",
|
||||
"css",
|
||||
"js",
|
||||
"php",
|
||||
"bat",
|
||||
"java",
|
||||
"lua",
|
||||
"py",
|
||||
"pl",
|
||||
"cfg",
|
||||
"ini",
|
||||
"dart",
|
||||
"go",
|
||||
"gohtml"
|
||||
],
|
||||
"EarlyCopyURL": false,
|
||||
"TextFileExtension": "txt",
|
||||
"TextFormat": "text",
|
||||
"TextCustom": "",
|
||||
"TextCustomEncodeInput": true,
|
||||
"ResultForceHTTPS": false,
|
||||
"ClipboardContentFormat": "$result",
|
||||
"BalloonTipContentFormat": "$result",
|
||||
"OpenURLFormat": "$result",
|
||||
"AutoShortenURLLength": 0,
|
||||
"AutoCloseAfterUploadForm": false,
|
||||
"NamePatternMaxLength": 100,
|
||||
"NamePatternMaxTitleLength": 50
|
||||
},
|
||||
"WatchFolderEnabled": false,
|
||||
"WatchFolderList": []
|
||||
},
|
||||
"FirstTimeRunDate": "2022-12-15T18:08:18.9609642Z",
|
||||
"FileUploadDefaultDirectory": "",
|
||||
"NameParserAutoIncrementNumber": 0,
|
||||
"QuickTaskPresets": [
|
||||
{
|
||||
"Name": "Save, Upload, Copy URL",
|
||||
"AfterCaptureTasks": "SaveImageToFile, UploadImageToHost",
|
||||
"AfterUploadTasks": "CopyURLToClipboard"
|
||||
},
|
||||
{
|
||||
"Name": "Save, Copy image",
|
||||
"AfterCaptureTasks": "CopyImageToClipboard, SaveImageToFile",
|
||||
"AfterUploadTasks": "None"
|
||||
},
|
||||
{
|
||||
"Name": "Save, Copy image file",
|
||||
"AfterCaptureTasks": "SaveImageToFile, CopyFileToClipboard",
|
||||
"AfterUploadTasks": "None"
|
||||
},
|
||||
{
|
||||
"Name": "Annotate, Save, Upload, Copy URL",
|
||||
"AfterCaptureTasks": "AnnotateImage, SaveImageToFile, UploadImageToHost",
|
||||
"AfterUploadTasks": "CopyURLToClipboard"
|
||||
},
|
||||
{
|
||||
"Name": null,
|
||||
"AfterCaptureTasks": "None",
|
||||
"AfterUploadTasks": "None"
|
||||
},
|
||||
{
|
||||
"Name": "Upload, Copy URL",
|
||||
"AfterCaptureTasks": "UploadImageToHost",
|
||||
"AfterUploadTasks": "CopyURLToClipboard"
|
||||
},
|
||||
{
|
||||
"Name": "Save",
|
||||
"AfterCaptureTasks": "SaveImageToFile",
|
||||
"AfterUploadTasks": "None"
|
||||
},
|
||||
{
|
||||
"Name": "Copy image",
|
||||
"AfterCaptureTasks": "CopyImageToClipboard",
|
||||
"AfterUploadTasks": "None"
|
||||
},
|
||||
{
|
||||
"Name": "Annotate",
|
||||
"AfterCaptureTasks": "AnnotateImage",
|
||||
"AfterUploadTasks": "None"
|
||||
}
|
||||
],
|
||||
"FirstTimeMinimizeToTray": false,
|
||||
"TaskListViewColumnWidths": [],
|
||||
"PreviewSplitterDistance": 335,
|
||||
"Language": "Automatic",
|
||||
"ShowTray": true,
|
||||
"SilentRun": false,
|
||||
"TrayIconProgressEnabled": true,
|
||||
"TaskbarProgressEnabled": true,
|
||||
"UseWhiteShareXIcon": false,
|
||||
"RememberMainFormPosition": false,
|
||||
"MainFormPosition": "0, 0",
|
||||
"RememberMainFormSize": false,
|
||||
"MainFormSize": "0, 0",
|
||||
"TrayLeftClickAction": "RectangleRegion",
|
||||
"TrayLeftDoubleClickAction": "OpenMainWindow",
|
||||
"TrayMiddleClickAction": "ClipboardUploadWithContentViewer",
|
||||
"CheckPreReleaseUpdates": false,
|
||||
"UseDarkTheme": true,
|
||||
"UseCustomTheme": true,
|
||||
"Themes": [
|
||||
{
|
||||
"Name": "Dark",
|
||||
"BackgroundColor": "42, 47, 56",
|
||||
"LightBackgroundColor": "52, 57, 65",
|
||||
"DarkBackgroundColor": "28, 32, 38",
|
||||
"TextColor": "235, 235, 235",
|
||||
"BorderColor": "28, 32, 38",
|
||||
"CheckerColor": "60, 60, 60",
|
||||
"CheckerColor2": "50, 50, 50",
|
||||
"CheckerSize": 15,
|
||||
"LinkColor": "166, 212, 255",
|
||||
"MenuHighlightColor": "30, 34, 40",
|
||||
"MenuHighlightBorderColor": "116, 129, 152",
|
||||
"MenuBorderColor": "22, 26, 31",
|
||||
"MenuCheckBackgroundColor": "56, 64, 75",
|
||||
"MenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuOpacity": 100,
|
||||
"SeparatorLightColor": "56, 64, 75",
|
||||
"SeparatorDarkColor": "22, 26, 31"
|
||||
},
|
||||
{
|
||||
"Name": "Light",
|
||||
"BackgroundColor": "242, 242, 242",
|
||||
"LightBackgroundColor": "247, 247, 247",
|
||||
"DarkBackgroundColor": "235, 235, 235",
|
||||
"TextColor": "69, 69, 69",
|
||||
"BorderColor": "201, 201, 201",
|
||||
"CheckerColor": "247, 247, 247",
|
||||
"CheckerColor2": "235, 235, 235",
|
||||
"CheckerSize": 15,
|
||||
"LinkColor": "166, 212, 255",
|
||||
"MenuHighlightColor": "247, 247, 247",
|
||||
"MenuHighlightBorderColor": "96, 143, 226",
|
||||
"MenuBorderColor": "201, 201, 201",
|
||||
"MenuCheckBackgroundColor": "225, 233, 244",
|
||||
"MenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuOpacity": 100,
|
||||
"SeparatorLightColor": "253, 253, 253",
|
||||
"SeparatorDarkColor": "189, 189, 189"
|
||||
},
|
||||
{
|
||||
"Name": "Nord Dark",
|
||||
"BackgroundColor": "46, 52, 64",
|
||||
"LightBackgroundColor": "59, 66, 82",
|
||||
"DarkBackgroundColor": "38, 44, 57",
|
||||
"TextColor": "229, 233, 240",
|
||||
"BorderColor": "30, 38, 54",
|
||||
"CheckerColor": "46, 52, 64",
|
||||
"CheckerColor2": "36, 42, 54",
|
||||
"CheckerSize": 15,
|
||||
"LinkColor": "136, 192, 208",
|
||||
"MenuHighlightColor": "36, 42, 54",
|
||||
"MenuHighlightBorderColor": "24, 30, 42",
|
||||
"MenuBorderColor": "24, 30, 42",
|
||||
"MenuCheckBackgroundColor": "59, 66, 82",
|
||||
"MenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuOpacity": 100,
|
||||
"SeparatorLightColor": "59, 66, 82",
|
||||
"SeparatorDarkColor": "30, 38, 54"
|
||||
},
|
||||
{
|
||||
"Name": "Nord Light",
|
||||
"BackgroundColor": "229, 233, 240",
|
||||
"LightBackgroundColor": "236, 239, 244",
|
||||
"DarkBackgroundColor": "216, 222, 233",
|
||||
"TextColor": "59, 66, 82",
|
||||
"BorderColor": "207, 216, 233",
|
||||
"CheckerColor": "229, 233, 240",
|
||||
"CheckerColor2": "216, 222, 233",
|
||||
"CheckerSize": 15,
|
||||
"LinkColor": "106, 162, 178",
|
||||
"MenuHighlightColor": "236, 239, 244",
|
||||
"MenuHighlightBorderColor": "207, 216, 233",
|
||||
"MenuBorderColor": "216, 222, 233",
|
||||
"MenuCheckBackgroundColor": "229, 233, 240",
|
||||
"MenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuOpacity": 100,
|
||||
"SeparatorLightColor": "236, 239, 244",
|
||||
"SeparatorDarkColor": "207, 216, 233"
|
||||
},
|
||||
{
|
||||
"Name": "Dracula",
|
||||
"BackgroundColor": "40, 42, 54",
|
||||
"LightBackgroundColor": "68, 71, 90",
|
||||
"DarkBackgroundColor": "36, 38, 48",
|
||||
"TextColor": "248, 248, 242",
|
||||
"BorderColor": "33, 35, 43",
|
||||
"CheckerColor": "40, 42, 54",
|
||||
"CheckerColor2": "36, 38, 48",
|
||||
"CheckerSize": 15,
|
||||
"LinkColor": "98, 114, 164",
|
||||
"MenuHighlightColor": "36, 38, 48",
|
||||
"MenuHighlightBorderColor": "255, 121, 198",
|
||||
"MenuBorderColor": "33, 35, 43",
|
||||
"MenuCheckBackgroundColor": "45, 47, 61",
|
||||
"MenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuFont": "Segoe UI, 9.75pt",
|
||||
"ContextMenuOpacity": 100,
|
||||
"SeparatorLightColor": "45, 47, 61",
|
||||
"SeparatorDarkColor": "33, 35, 43"
|
||||
}
|
||||
],
|
||||
"SelectedTheme": 0,
|
||||
"UseCustomScreenshotsPath": true,
|
||||
"CustomScreenshotsPath": "%UserProfile%\\Pictures\\Screenshots",
|
||||
"SaveImageSubFolderPattern": "",
|
||||
"SaveImageSubFolderPatternWindow": "",
|
||||
"ShowMenu": true,
|
||||
"TaskViewMode": "ThumbnailView",
|
||||
"ShowThumbnailTitle": true,
|
||||
"ThumbnailTitleLocation": "Top",
|
||||
"ThumbnailSize": "200, 150",
|
||||
"ThumbnailClickAction": "Default",
|
||||
"ShowColumns": true,
|
||||
"ImagePreview": "Automatic",
|
||||
"ImagePreviewLocation": "Side",
|
||||
"AutoCleanupBackupFiles": false,
|
||||
"AutoCleanupLogFiles": false,
|
||||
"CleanupKeepFileCount": 10,
|
||||
"ProxySettings": {
|
||||
"ProxyMethod": "Manual",
|
||||
"Host": null,
|
||||
"Port": 0,
|
||||
"Username": null,
|
||||
"Password": null
|
||||
},
|
||||
"UploadLimit": 5,
|
||||
"BufferSizePower": 5,
|
||||
"ClipboardContentFormats": [],
|
||||
"MaxUploadFailRetry": 1,
|
||||
"UseSecondaryUploaders": false,
|
||||
"SecondaryImageUploaders": [],
|
||||
"SecondaryTextUploaders": [],
|
||||
"SecondaryFileUploaders": [],
|
||||
"HistorySaveTasks": true,
|
||||
"HistoryCheckURL": false,
|
||||
"RecentTasks": null,
|
||||
"RecentTasksSave": true,
|
||||
"RecentTasksMaxCount": 10,
|
||||
"RecentTasksShowInMainWindow": true,
|
||||
"RecentTasksShowInTrayMenu": true,
|
||||
"RecentTasksTrayMenuMostRecentFirst": false,
|
||||
"HistorySettings": {
|
||||
"RememberWindowState": true,
|
||||
"WindowState": {
|
||||
"Location": "0, 0",
|
||||
"Size": "0, 0",
|
||||
"IsMaximized": false
|
||||
},
|
||||
"SplitterDistance": 550,
|
||||
"RememberSearchText": false,
|
||||
"SearchText": ""
|
||||
},
|
||||
"ImageHistorySettings": {
|
||||
"RememberWindowState": true,
|
||||
"WindowState": {
|
||||
"Location": "0, 0",
|
||||
"Size": "0, 0",
|
||||
"IsMaximized": false
|
||||
},
|
||||
"ThumbnailSize": "150, 150",
|
||||
"MaxItemCount": 250,
|
||||
"FilterMissingFiles": false,
|
||||
"RememberSearchText": false,
|
||||
"SearchText": ""
|
||||
},
|
||||
"DontShowPrintSettingsDialog": false,
|
||||
"PrintSettings": {
|
||||
"Margin": 5,
|
||||
"AutoRotateImage": true,
|
||||
"AutoScaleImage": true,
|
||||
"AllowEnlargeImage": false,
|
||||
"CenterImage": false,
|
||||
"TextFont": {
|
||||
"FontFamily": "Arial",
|
||||
"Size": 10.0,
|
||||
"Style": "Regular",
|
||||
"GraphicsUnit": "Point"
|
||||
},
|
||||
"ShowPrintDialog": true,
|
||||
"DefaultPrinterOverride": ""
|
||||
},
|
||||
"AutoCaptureRegion": "0, 0, 0, 0",
|
||||
"AutoCaptureRepeatTime": 60.0,
|
||||
"AutoCaptureMinimizeToTray": true,
|
||||
"AutoCaptureWaitUpload": true,
|
||||
"ScreenRecordRegion": "0, 0, 0, 0",
|
||||
"ActionsToolbarList": [
|
||||
"RectangleRegion",
|
||||
"PrintScreen",
|
||||
"ScreenRecorder",
|
||||
"None",
|
||||
"FileUpload",
|
||||
"ClipboardUploadWithContentViewer"
|
||||
],
|
||||
"ActionsToolbarRunAtStartup": false,
|
||||
"ActionsToolbarPosition": "0, 0",
|
||||
"ActionsToolbarLockPosition": false,
|
||||
"ActionsToolbarStayTopMost": true,
|
||||
"RecentColors": [],
|
||||
"AutoCheckUpdate": false,
|
||||
"BinaryUnits": false,
|
||||
"ShowMostRecentTaskFirst": false,
|
||||
"WorkflowsOnlyShowEdited": false,
|
||||
"TrayAutoExpandCaptureMenu": true,
|
||||
"ShowMainWindowTip": true,
|
||||
"BrowserPath": "",
|
||||
"SaveSettingsAfterTaskCompleted": false,
|
||||
"AutoSelectLastCompletedTask": false,
|
||||
"DevMode": false,
|
||||
"DisableHotkeys": false,
|
||||
"DisableHotkeysOnFullscreen": false,
|
||||
"HotkeyRepeatLimit": 500,
|
||||
"ShowClipboardContentViewer": true,
|
||||
"DefaultClipboardCopyImageFillBackground": true,
|
||||
"UseAlternativeClipboardCopyImage": false,
|
||||
"UseAlternativeClipboardGetImage": false,
|
||||
"RotateImageByExifOrientationData": true,
|
||||
"PNGStripColorSpaceInformation": false,
|
||||
"DisableUpload": true,
|
||||
"AcceptInvalidSSLCertificates": false,
|
||||
"URLEncodeIgnoreEmoji": true,
|
||||
"ShowUploadWarning": false,
|
||||
"ShowMultiUploadWarning": true,
|
||||
"ShowLargeFileSizeWarning": 100,
|
||||
"CustomUploadersConfigPath": null,
|
||||
"CustomHotkeysConfigPath": null,
|
||||
"CustomScreenshotsPath2": null,
|
||||
"DropSize": 150,
|
||||
"DropOffset": 5,
|
||||
"DropAlignment": "BottomRight",
|
||||
"DropOpacity": 100,
|
||||
"DropHoverOpacity": 255,
|
||||
"ApplicationVersion": "14.1.0"
|
||||
}
|
2690
Installs/ShareX/ShareX/HotkeysConfig.json
Normal file
2690
Installs/ShareX/ShareX/HotkeysConfig.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Installs/ShareX/ShareX/Screenshots.ico
Normal file
BIN
Installs/ShareX/ShareX/Screenshots.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
Installs/ShareX/ShareX/Screenshots_Blue.ico
Normal file
BIN
Installs/ShareX/ShareX/Screenshots_Blue.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
281
Installs/ShareX/ShareX/UploadersConfig.json
Normal file
281
Installs/ShareX/ShareX/UploadersConfig.json
Normal file
@@ -0,0 +1,281 @@
|
||||
{
|
||||
"DropboxURLType": "Default",
|
||||
"ImgurAccountType": "Anonymous",
|
||||
"ImgurDirectLink": true,
|
||||
"ImgurThumbnailType": "Medium_Thumbnail",
|
||||
"ImgurUseGIFV": true,
|
||||
"ImgurOAuth2Info": null,
|
||||
"ImgurUploadSelectedAlbum": false,
|
||||
"ImgurSelectedAlbum": null,
|
||||
"ImgurAlbumList": null,
|
||||
"ImageShackSettings": {
|
||||
"Username": null,
|
||||
"Password": null,
|
||||
"IsPublic": false,
|
||||
"Auth_token": null,
|
||||
"ThumbnailWidth": 256,
|
||||
"ThumbnailHeight": 0
|
||||
},
|
||||
"FlickrOAuthInfo": null,
|
||||
"FlickrSettings": {
|
||||
"DirectLink": true,
|
||||
"Title": null,
|
||||
"Description": null,
|
||||
"Tags": null,
|
||||
"IsPublic": null,
|
||||
"IsFriend": null,
|
||||
"IsFamily": null,
|
||||
"SafetyLevel": null,
|
||||
"ContentType": null,
|
||||
"Hidden": null
|
||||
},
|
||||
"PhotobucketOAuthInfo": null,
|
||||
"PhotobucketAccountInfo": null,
|
||||
"GooglePhotosOAuth2Info": null,
|
||||
"GooglePhotosUserInfo": null,
|
||||
"GooglePhotosAlbumID": "",
|
||||
"GooglePhotosIsPublic": false,
|
||||
"CheveretoUploader": {
|
||||
"UploadURL": null,
|
||||
"APIKey": null
|
||||
},
|
||||
"CheveretoDirectURL": true,
|
||||
"VgymeUserKey": "",
|
||||
"PastebinSettings": {
|
||||
"Username": null,
|
||||
"Password": null,
|
||||
"Exposure": "Unlisted",
|
||||
"Expiration": "N",
|
||||
"Title": null,
|
||||
"TextFormat": "text",
|
||||
"UserKey": null,
|
||||
"RawURL": false
|
||||
},
|
||||
"Paste_eeUserKey": "",
|
||||
"Paste_eeEncryptPaste": false,
|
||||
"GistOAuth2Info": null,
|
||||
"GistPublishPublic": false,
|
||||
"GistRawURL": false,
|
||||
"GistCustomURL": "",
|
||||
"UpasteUserKey": "",
|
||||
"UpasteIsPublic": false,
|
||||
"HastebinCustomDomain": "https://hastebin.com",
|
||||
"HastebinSyntaxHighlighting": "hs",
|
||||
"HastebinUseFileExtension": true,
|
||||
"OneTimeSecretAPIUsername": "",
|
||||
"OneTimeSecretAPIKey": "",
|
||||
"PastieIsPublic": false,
|
||||
"DropboxOAuth2Info": null,
|
||||
"DropboxUploadPath": "ShareX/%y/%mo",
|
||||
"DropboxAutoCreateShareableLink": true,
|
||||
"DropboxUseDirectLink": false,
|
||||
"FTPAccountList": [],
|
||||
"FTPSelectedImage": 0,
|
||||
"FTPSelectedText": 0,
|
||||
"FTPSelectedFile": 0,
|
||||
"OneDriveV2OAuth2Info": null,
|
||||
"OneDriveV2SelectedFolder": {
|
||||
"id": "",
|
||||
"name": "Root folder",
|
||||
"webUrl": null
|
||||
},
|
||||
"OneDriveAutoCreateShareableLink": true,
|
||||
"GfycatOAuth2Info": null,
|
||||
"GfycatAccountType": "Anonymous",
|
||||
"GfycatIsPublic": false,
|
||||
"GfycatKeepAudio": true,
|
||||
"GfycatTitle": "ShareX",
|
||||
"GoogleDriveOAuth2Info": null,
|
||||
"GoogleDriveIsPublic": true,
|
||||
"GoogleDriveDirectLink": false,
|
||||
"GoogleDriveUseFolder": false,
|
||||
"GoogleDriveFolderID": "",
|
||||
"GoogleDriveSelectedDrive": {
|
||||
"id": "",
|
||||
"name": "My drive"
|
||||
},
|
||||
"PuushAPIKey": "",
|
||||
"SendSpaceAccountType": "Anonymous",
|
||||
"SendSpaceUsername": "",
|
||||
"SendSpacePassword": "",
|
||||
"BoxOAuth2Info": null,
|
||||
"BoxSelectedFolder": {
|
||||
"type": "folder",
|
||||
"id": "0",
|
||||
"sequence_id": null,
|
||||
"etag": null,
|
||||
"name": "Root folder",
|
||||
"shared_link": null,
|
||||
"parent": null
|
||||
},
|
||||
"BoxShare": true,
|
||||
"BoxShareAccessLevel": "Open",
|
||||
"LocalhostrEmail": "",
|
||||
"LocalhostrPassword": "",
|
||||
"LocalhostrDirectURL": true,
|
||||
"LocalhostAccountList": [],
|
||||
"LocalhostSelectedImages": 0,
|
||||
"LocalhostSelectedText": 0,
|
||||
"LocalhostSelectedFiles": 0,
|
||||
"EmailSmtpServer": "smtp.gmail.com",
|
||||
"EmailSmtpPort": 587,
|
||||
"EmailFrom": "...@gmail.com",
|
||||
"EmailPassword": "",
|
||||
"EmailRememberLastTo": true,
|
||||
"EmailLastTo": "",
|
||||
"EmailDefaultSubject": "Sending email from ShareX",
|
||||
"EmailDefaultBody": "Screenshot is attached.",
|
||||
"EmailAutomaticSend": false,
|
||||
"EmailAutomaticSendTo": "",
|
||||
"JiraHost": "http://",
|
||||
"JiraIssuePrefix": "PROJECT-",
|
||||
"JiraOAuthInfo": null,
|
||||
"MegaAuthInfos": null,
|
||||
"MegaParentNodeId": null,
|
||||
"AmazonS3Settings": {
|
||||
"AccessKeyID": null,
|
||||
"SecretAccessKey": null,
|
||||
"Endpoint": null,
|
||||
"Region": null,
|
||||
"UsePathStyle": false,
|
||||
"Bucket": null,
|
||||
"ObjectPrefix": "ShareX/%y/%mo",
|
||||
"UseCustomCNAME": false,
|
||||
"CustomDomain": null,
|
||||
"StorageClass": "STANDARD",
|
||||
"SetPublicACL": true,
|
||||
"SignedPayload": false,
|
||||
"RemoveExtensionImage": false,
|
||||
"RemoveExtensionVideo": false,
|
||||
"RemoveExtensionText": false
|
||||
},
|
||||
"OwnCloudHost": "",
|
||||
"OwnCloudUsername": "",
|
||||
"OwnCloudPassword": "",
|
||||
"OwnCloudPath": "/",
|
||||
"OwnCloudExpiryTime": 7,
|
||||
"OwnCloudCreateShare": true,
|
||||
"OwnCloudDirectLink": false,
|
||||
"OwnCloud81Compatibility": true,
|
||||
"OwnCloudUsePreviewLinks": false,
|
||||
"OwnCloudAppendFileNameToURL": false,
|
||||
"OwnCloudAutoExpire": false,
|
||||
"MediaFireUsername": "",
|
||||
"MediaFirePassword": "",
|
||||
"MediaFirePath": "",
|
||||
"MediaFireUseLongLink": false,
|
||||
"PushbulletSettings": {
|
||||
"UserAPIKey": "",
|
||||
"DeviceList": [],
|
||||
"SelectedDevice": 0
|
||||
},
|
||||
"LambdaSettings": {
|
||||
"UserAPIKey": "",
|
||||
"UploadURL": "https://lbda.net/"
|
||||
},
|
||||
"LithiioSettings": {
|
||||
"UserAPIKey": ""
|
||||
},
|
||||
"TeknikOAuth2Info": null,
|
||||
"TeknikUploadAPIUrl": "https://api.teknik.io/v1/Upload",
|
||||
"TeknikPasteAPIUrl": "https://api.teknik.io/v1/Paste",
|
||||
"TeknikUrlShortenerAPIUrl": "https://api.teknik.io/v1/Shorten",
|
||||
"TeknikAuthUrl": "https://auth.teknik.io",
|
||||
"TeknikExpirationUnit": "Never",
|
||||
"TeknikExpirationLength": 1,
|
||||
"TeknikEncryption": false,
|
||||
"TeknikGenerateDeletionKey": false,
|
||||
"PomfUploader": {
|
||||
"UploadURL": null,
|
||||
"ResultURL": null
|
||||
},
|
||||
"SulAPIKey": "",
|
||||
"SeafileAPIURL": "",
|
||||
"SeafileAuthToken": "",
|
||||
"SeafileRepoID": "",
|
||||
"SeafilePath": "/",
|
||||
"SeafileIsLibraryEncrypted": false,
|
||||
"SeafileEncryptedLibraryPassword": "",
|
||||
"SeafileCreateShareableURL": true,
|
||||
"SeafileCreateShareableURLRaw": false,
|
||||
"SeafileIgnoreInvalidCert": false,
|
||||
"SeafileShareDaysToExpire": 0,
|
||||
"SeafileSharePassword": "",
|
||||
"SeafileAccInfoEmail": "",
|
||||
"SeafileAccInfoUsage": "",
|
||||
"StreamableUsername": "",
|
||||
"StreamablePassword": "",
|
||||
"StreamableUseDirectURL": false,
|
||||
"AzureStorageAccountName": "",
|
||||
"AzureStorageAccountAccessKey": "",
|
||||
"AzureStorageContainer": "",
|
||||
"AzureStorageEnvironment": "blob.core.windows.net",
|
||||
"AzureStorageCustomDomain": "",
|
||||
"AzureStorageUploadPath": "",
|
||||
"B2ApplicationKeyId": "",
|
||||
"B2ApplicationKey": "",
|
||||
"B2BucketName": "",
|
||||
"B2UploadPath": "ShareX/%y/%mo",
|
||||
"B2UseCustomUrl": false,
|
||||
"B2CustomUrl": "https://example.com",
|
||||
"PlikSettings": {
|
||||
"URL": "",
|
||||
"APIKey": "",
|
||||
"IsSecured": false,
|
||||
"Login": "",
|
||||
"Password": "",
|
||||
"Removable": false,
|
||||
"OneShot": false,
|
||||
"TTLUnit": 2,
|
||||
"TTL": 30.0,
|
||||
"HasComment": false,
|
||||
"Comment": ""
|
||||
},
|
||||
"YouTubeOAuth2Info": null,
|
||||
"YouTubePrivacyType": "Public",
|
||||
"YouTubeUseShortenedLink": false,
|
||||
"YouTubeShowDialog": false,
|
||||
"GoogleCloudStorageOAuth2Info": null,
|
||||
"GoogleCloudStorageBucket": "",
|
||||
"GoogleCloudStorageDomain": "",
|
||||
"GoogleCloudStorageObjectPrefix": "ShareX/%y/%mo",
|
||||
"GoogleCloudStorageRemoveExtensionImage": false,
|
||||
"GoogleCloudStorageRemoveExtensionVideo": false,
|
||||
"GoogleCloudStorageRemoveExtensionText": false,
|
||||
"GoogleCloudStorageSetPublicACL": true,
|
||||
"BitlyOAuth2Info": null,
|
||||
"BitlyDomain": "",
|
||||
"YourlsAPIURL": "http://yoursite.com/yourls-api.php",
|
||||
"YourlsSignature": "",
|
||||
"YourlsUsername": "",
|
||||
"YourlsPassword": "",
|
||||
"AdFlyAPIUID": "",
|
||||
"AdFlyAPIKEY": "",
|
||||
"PolrAPIHostname": "",
|
||||
"PolrAPIKey": "",
|
||||
"PolrIsSecret": false,
|
||||
"PolrUseAPIv1": false,
|
||||
"FirebaseWebAPIKey": "",
|
||||
"FirebaseDynamicLinkDomain": "",
|
||||
"FirebaseIsShort": false,
|
||||
"KuttSettings": {
|
||||
"Host": "https://kutt.it",
|
||||
"APIKey": null,
|
||||
"Password": null,
|
||||
"Reuse": false,
|
||||
"Domain": null
|
||||
},
|
||||
"ZeroWidthShortenerURL": "https://api.zws.im",
|
||||
"ZeroWidthShortenerToken": "",
|
||||
"TwitterOAuthInfoList": [],
|
||||
"TwitterSelectedAccount": 0,
|
||||
"TwitterSkipMessageBox": false,
|
||||
"TwitterDefaultMessage": "",
|
||||
"CustomUploadersList": [],
|
||||
"CustomImageUploaderSelected": 0,
|
||||
"CustomTextUploaderSelected": 0,
|
||||
"CustomFileUploaderSelected": 0,
|
||||
"CustomURLShortenerSelected": 0,
|
||||
"CustomURLSharingServiceSelected": 0,
|
||||
"ApplicationVersion": "14.1.0"
|
||||
}
|
BIN
Installs/ShareX/ShareXStartupFolderShortcut/ShareX.lnk
Normal file
BIN
Installs/ShareX/ShareXStartupFolderShortcut/ShareX.lnk
Normal file
Binary file not shown.
Reference in New Issue
Block a user