flameshot.example.ini 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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=#800000, #ff0000, #ffff00, #00ff00, #008000, #00ffff, #0000ff, #ff00ff, #800080, picker
  11. ;
  12. ;; Image Save Path
  13. ;savePath=/tmp
  14. ;
  15. ;; Whether the savePath is a fixed path (bool)
  16. ;savePathFixed=false
  17. ;
  18. ;; Main UI color
  19. ;; Color is any valid hex code or W3C color name
  20. ;uiColor=#740096
  21. ;
  22. ;; Contrast UI color
  23. ;; Color is any valid hex code or W3C color name
  24. ;contrastUiColor=#270032
  25. ;
  26. ;; Last used color
  27. ;; Color is any valid hex code or W3C color name
  28. ;drawColor=#ff0000
  29. ;
  30. ;; Show the help screen on startup (bool)
  31. ;showHelp=true
  32. ;
  33. ;; Show the side panel button (bool)
  34. ;showSidePanelButton=true
  35. ;
  36. ;; Ignore updates to versions less than this value
  37. ;ignoreUpdateToVersion=
  38. ;
  39. ;; Show desktop notifications (bool)
  40. ;showDesktopNotification=true
  41. ;
  42. ;; Filename pattern using C++ strftime formatting
  43. ;filenamePattern=%F_%H-%M
  44. ;
  45. ;; Whether the tray icon is disabled (bool)
  46. ;disabledTrayIcon=false
  47. ;
  48. ;; Last used tool thickness (int)
  49. ;drawThickness=1
  50. ;
  51. ;; Keep the App Launcher open after selecting an app (bool)
  52. ;keepOpenAppLauncher=false
  53. ;
  54. ;; Launch at startup (bool)
  55. ;startupLaunch=true
  56. ;
  57. ;; Opacity of area outside selection (int in range 0-255)
  58. ;contrastOpacity=190
  59. ;
  60. ;; Save image after copy (bool)
  61. ;saveAfterCopy=false
  62. ;
  63. ;; Copy path to image after save (bool)
  64. ;copyPathAfterSave=false
  65. ;
  66. ;; Use JPG format instead of PNG (bool)
  67. ;useJpgForClipboard=false
  68. ;
  69. ;; Shortcut Settings for all tools
  70. ;[Shortcuts]
  71. ;TYPE_ARROW=A
  72. ;TYPE_CIRCLE=C
  73. ;TYPE_CIRCLECOUNT=
  74. ;TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return
  75. ;TYPE_COPY=Ctrl+C
  76. ;TYPE_DRAWER=D
  77. ;TYPE_EXIT=Ctrl+Q
  78. ;TYPE_IMAGEUPLOADER=Return
  79. ;TYPE_MARKER=M
  80. ;TYPE_MOVESELECTION=Ctrl+M
  81. ;TYPE_MOVE_DOWN=Down
  82. ;TYPE_MOVE_LEFT=Left
  83. ;TYPE_MOVE_RIGHT=Right
  84. ;TYPE_MOVE_UP=Up
  85. ;TYPE_OPEN_APP=Ctrl+O
  86. ;TYPE_PENCIL=P
  87. ;TYPE_PIN=
  88. ;TYPE_PIXELATE=B
  89. ;TYPE_RECTANGLE=R
  90. ;TYPE_REDO=Ctrl+Shift+Z
  91. ;TYPE_RESIZE_DOWN=Shift+Down
  92. ;TYPE_RESIZE_LEFT=Shift+Left
  93. ;TYPE_RESIZE_RIGHT=Shift+Right
  94. ;TYPE_RESIZE_UP=Shift+Up
  95. ;TYPE_SAVE=Ctrl+S
  96. ;TYPE_SELECTION=S
  97. ;TYPE_SELECTIONINDICATOR=
  98. ;TYPE_SELECT_ALL=Ctrl+A
  99. ;TYPE_TEXT=T
  100. ;TYPE_TOGGLE_PANEL=Space
  101. ;TYPE_UNDO=Ctrl+Z