Skip to content

Left toolbar customization

limafresh edited this page Apr 3, 2026 · 2 revisions

Starting from version 2.6.0 codename "Yerevan", you can change the order of the buttons in the left toolbar through a JSON config. Download the sample and modify it. Then select your config file in the File > Import left toolbar config from file menu.

Values

  • columns: number of columns

Tools list

  • type: button or separator
  • name: tool name, it is displayed in the top toolbar, with a translation, if one exists in the locale
  • action: button command
  • icon_name: sets an icon, if one exists

Tooltip text

  • If there is a hotkey, the tooltip text will be name + hotkey, for example

Brush (Ctrl+B)

  • Instead of it, you can set a helper - the tooltip text will be equal exclusively to helper
  • If there is neither a hotkey nor a helper, the tooltip text will be equal to name

Clone this wiki locally