|
@@ -3665,7 +3665,7 @@ class Window():
|
|
|
|
|
|
global _shift_key
|
|
global _shift_key
|
|
|
|
|
|
-
|
|
+
|
|
value = 255
|
|
value = 255
|
|
if "Release" in str(event.type) or str(event.type) == '5' or str(event.type) == '3':
|
|
if "Release" in str(event.type) or str(event.type) == '5' or str(event.type) == '3':
|
|
value = 0
|
|
value = 0
|
|
@@ -3720,6 +3720,14 @@ class Window():
|
|
nr = nr-1+161
|
|
nr = nr-1+161
|
|
cprint("NUM-KEY",value,nr)
|
|
cprint("NUM-KEY",value,nr)
|
|
master.preset_go(nr-1,xfade=None,val=value)
|
|
master.preset_go(nr-1,xfade=None,val=value)
|
|
|
|
+ elif "numbersign" == event.keysym and value:
|
|
|
|
+
|
|
|
|
+ PRESETS.backup_presets()
|
|
|
|
+ FIXTURES.backup_patch()
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
elif "End" == event.keysym:
|
|
elif "End" == event.keysym:
|
|
FIXTURES.fx_off("all")
|
|
FIXTURES.fx_off("all")
|
|
CONSOLE.fx_off("all")
|
|
CONSOLE.fx_off("all")
|