Add hotkey example

This commit is contained in:
Insality
2022-07-17 19:07:35 +03:00
parent 3e5a90920e
commit 77e56e8747
10 changed files with 379 additions and 6 deletions

View File

@@ -86,11 +86,11 @@ M.REVERSE_PIVOTS = {
M.LAYOUT_MODE = {
STRETCH_X = "stretch_x",
STRETCH_Y = "stretch_y",
STRETCH_Y = "stretch_y",
ZOOM_MIN = "zoom_min",
ZOOM_MAX = "zoom_max",
FIT = gui.ADJUST_FIT,
STRETCH = gui.ADJUST_STRETCH,
FIT = gui.ADJUST_FIT,
STRETCH = gui.ADJUST_STRETCH,
}