Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-08-06 17:59:56 (GMT)
committer Nat <natcl@hotmail.com>2007-08-06 17:59:56 (GMT)
commita6c5bdd64a61c732ad5fbca034a803a224b80103 (patch)
treec64cc254ebdd7b5825081aeb4bf59ed8ee7e033e /SynthLab
parente8b7d1e8978db2a1ad600dcfb861d284e15b16af (diff)
Remove key to save in Synthlab
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index e9d625f..1d65a22 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -445,11 +445,6 @@ class SynthLabWindow(SubActivity):
self.sendTables(widget, slider)
def onKeyPress(self,widget,event):
- key = event.hardware_keycode
- #temporary binding for saving preset
- if key == 50:
- self.handleSave(None, None)
-
if key not in Config.KEY_MAP:
return
midiPitch = Config.KEY_MAP[key]