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