Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-06-26 18:27:28 (GMT)
committer Nat <natcl@hotmail.com>2007-06-26 18:27:28 (GMT)
commit9f880f31821be6a2f98aa27634eab32e6cdcb446 (patch)
tree903a03a9228f6d8ff737d4f1ed386184e6d5d157 /TamTam.py
parent9315630dd90b4cc454f6e2e3ff32452d2b6b2e61 (diff)
Fix
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TamTam.py b/TamTam.py
index d8fa8fc..36b51fe 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -161,12 +161,12 @@ class TamTam(Activity):
if key == 58: #M
self.set_mode('mini')
return
- elif key == 49#39: S
+ elif key == 49:#39: S
#self.set_mode('synth')
(a,b) = commands.getstatusoutput('/usr/share/activities/TamTam.activity/cnee --record --keyboard --mouse --stop-key h --out-file /home/olpc/test.xnl')
print b
return
- elif key == 10#25: W
+ elif key == 10:#25: W
#self.set_mode('welcome')
(a,b) = commands.getstatusoutput('/usr/share/activities/TamTam.activity/cnee --replay --keyboard --mouse --file /home/olpc/test.xnl')
print b