-
Notifications
You must be signed in to change notification settings - Fork 9
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.
- columns: number of columns
-
type:
buttonorseparator - 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
- 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
Wiki repository - under CC0 1.0.