aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/canvas-zoom-and-pan/scripts/hotkey_config.py
AgeCommit message (Collapse)AuthorLines
2023-07-04made the blur function optional, added exclusion buttonsDanil Boldyrev-0/+1
2023-06-14Reworked the disabling of functions, refactored part of the codeDanil Boldyrev-2/+3
2023-06-12Improved error output, improved settings menuDanil Boldyrev-3/+5
2023-06-03Added the ability to swap the zoom hotkeys and resize the brushDanil Boldyrev-1/+2
2023-06-02Made tooltip optional.Danil Boldyrev-0/+1
You can disable it in the settings. Enabled by default
2023-06-02Added the ability to configure hotkeys via webuiDanil Boldyrev-0/+8
Now you can configure the hotkeys directly through the settings JS and Python scripts are tested and code style compliant