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 18:03:12 (GMT)
committer Nat <natcl@hotmail.com>2007-08-06 18:03:12 (GMT)
commit1837544663ab6d6b82ae0607b0a1ed503f2fee95 (patch)
treed97b22414aae061b70d413a7bb980ce5b167fada /SynthLab
parenta6c5bdd64a61c732ad5fbca034a803a224b80103 (diff)
fix
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index 1d65a22..66ba2a0 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -445,6 +445,7 @@ class SynthLabWindow(SubActivity):
self.sendTables(widget, slider)
def onKeyPress(self,widget,event):
+ key = event.hardware_keycode
if key not in Config.KEY_MAP:
return
midiPitch = Config.KEY_MAP[key]