aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/canvas-zoom-and-pan/scripts/hotkey_config.py
Commit message (Collapse)AuthorAgeFilesLines
* Update hotkey_config.pyWebDev2024-01-201-1/+1
|
* Update hotkey_config.pyWebDev2024-01-201-2/+2
|
* Update hotkey_config.pyWebDev2024-01-141-1/+3
|
* auto-expand enable by defaultDanil Boldyrev2023-08-081-1/+1
|
* Ability to automatically expand a picture that does not fit in the screenDanil Boldyrev2023-08-081-0/+1
|
* made the blur function optional, added exclusion buttonsDanil Boldyrev2023-07-041-0/+1
|
* Reworked the disabling of functions, refactored part of the codeDanil Boldyrev2023-06-131-2/+3
|
* Improved error output, improved settings menuDanil Boldyrev2023-06-121-3/+5
|
* Added the ability to swap the zoom hotkeys and resize the brushDanil Boldyrev2023-06-021-1/+2
|
* Made tooltip optional.Danil Boldyrev2023-06-021-0/+1
| | | | | You can disable it in the settings. Enabled by default
* Added the ability to configure hotkeys via webuiDanil Boldyrev2023-06-011-0/+8
Now you can configure the hotkeys directly through the settings JS and Python scripts are tested and code style compliant