flameshot.example.ini 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. ;[General]
  2. ;; Configure which buttons to show after drawing a selection
  3. ;; Not easy to set by hand
  4. ;buttons=@Variant(\0\0\0\x7f\0\0\0\vQList<int>\0\0\0\0\x14\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\x12\0\0\0\xf\0\0\0\x13\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\x10\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\xe\0\0\0\x11)
  5. ;
  6. ;; List of colors for color picker
  7. ;; The colors are arranged counter-clockwise with the first being set to the right of the cursor
  8. ;; Colors are any valid hex code or W3C color name
  9. ;; "picker" adds a custom color picker
  10. ;userColors=picker, #800000, #ff0000, #ffff00, #00ff00, #008000, #00ffff, #0000ff, #ff00ff, #800080
  11. ;
  12. ;; Image Save Path
  13. ;savePath=/tmp
  14. ;
  15. ;; Whether the savePath is a fixed path (bool)
  16. ;savePathFixed=false
  17. ;
  18. ;; Default file extension for screenshots
  19. ;saveAsFileExtension=.png
  20. ;
  21. ;; Main UI color
  22. ;; Color is any valid hex code or W3C color name
  23. ;uiColor=#740096
  24. ;
  25. ;; Contrast UI color
  26. ;; Color is any valid hex code or W3C color name
  27. ;contrastUiColor=#270032
  28. ;
  29. ;; Last used color
  30. ;; Color is any valid hex code or W3C color name
  31. ;drawColor=#ff0000
  32. ;
  33. ;; Show the help screen on startup (bool)
  34. ;showHelp=true
  35. ;
  36. ;; Show the side panel button (bool)
  37. ;showSidePanelButton=true
  38. ;
  39. ;; Ignore updates to versions less than this value
  40. ;ignoreUpdateToVersion=
  41. ;
  42. ;; Show desktop notifications (bool)
  43. ;showDesktopNotification=true
  44. ;
  45. ;; Filename pattern using C++ strftime formatting
  46. ;filenamePattern=%F_%H-%M
  47. ;
  48. ;; Whether the tray icon is disabled (bool)
  49. ;disabledTrayIcon=false
  50. ;
  51. ;; Automatically close daemon when it's not needed (not available on Windows)
  52. ;autoCloseIdleDaemon=false
  53. ;
  54. ;; Allow multiple instances of `flameshot gui` to run at the same time
  55. ;allowMultipleGuiInstances=false
  56. ;
  57. ;; Last used tool thickness (int)
  58. ;drawThickness=1
  59. ;
  60. ;; Keep the App Launcher open after selecting an app (bool)
  61. ;keepOpenAppLauncher=false
  62. ;
  63. ;; Launch at startup (bool)
  64. ;startupLaunch=true
  65. ;
  66. ;; Opacity of area outside selection (int in range 0-255)
  67. ;contrastOpacity=190
  68. ;
  69. ;; Save image after copy (bool)
  70. ;saveAfterCopy=false
  71. ;
  72. ;; Copy path to image after save (bool)
  73. ;copyPathAfterSave=false
  74. ;
  75. ;; On successful upload, close the dialog and copy URL to clipboard.
  76. ;copyAndCloseAfterUpload=true
  77. ;
  78. ;; Anti-aliasing image when zoom the pinned image (bool)
  79. ;antialiasingPinZoom=true
  80. ;
  81. ;; Use JPG format instead of PNG (bool)
  82. ;useJpgForClipboard=false
  83. ;
  84. ;; Upload to imgur without confirmation (bool)
  85. ;uploadWithoutConfirmation=false
  86. ;
  87. ;; Use larger color palette as the default one
  88. ; predefinedColorPaletteLarge=false
  89. ;
  90. ;; Set JPEG Quality (int in range 0-100)
  91. ; jpegQuality=75
  92. ;
  93. ;; Shortcut Settings for all tools
  94. ;[Shortcuts]
  95. ;TYPE_ARROW=A
  96. ;TYPE_CIRCLE=C
  97. ;TYPE_CIRCLECOUNT=
  98. ;TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return
  99. ;TYPE_COPY=Ctrl+C
  100. ;TYPE_DRAWER=D
  101. ;TYPE_EXIT=Ctrl+Q
  102. ;TYPE_IMAGEUPLOADER=Return
  103. ;TYPE_MARKER=M
  104. ;TYPE_MOVESELECTION=Ctrl+M
  105. ;TYPE_MOVE_DOWN=Down
  106. ;TYPE_MOVE_LEFT=Left
  107. ;TYPE_MOVE_RIGHT=Right
  108. ;TYPE_MOVE_UP=Up
  109. ;TYPE_OPEN_APP=Ctrl+O
  110. ;TYPE_PENCIL=P
  111. ;TYPE_PIN=
  112. ;TYPE_PIXELATE=B
  113. ;TYPE_RECTANGLE=R
  114. ;TYPE_REDO=Ctrl+Shift+Z
  115. ;TYPE_RESIZE_DOWN=Shift+Down
  116. ;TYPE_RESIZE_LEFT=Shift+Left
  117. ;TYPE_RESIZE_RIGHT=Shift+Right
  118. ;TYPE_RESIZE_UP=Shift+Up
  119. ;TYPE_SYM_RESIZE_DOWN=Ctrl+Shift+Down
  120. ;TYPE_SYM_RESIZE_LEFT=Ctrl+Shift+Left
  121. ;TYPE_SYM_RESIZE_RIGHT=Ctrl+Shift+Right
  122. ;TYPE_SYM_RESIZE_UP=Ctrl+Shift+Up
  123. ;TYPE_SAVE=Ctrl+S
  124. ;TYPE_SELECTION=S
  125. ;TYPE_SELECTIONINDICATOR=
  126. ;TYPE_SELECT_ALL=Ctrl+A
  127. ;TYPE_TEXT=T
  128. ;TYPE_TOGGLE_PANEL=Space
  129. ;TYPE_UNDO=Ctrl+Z