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:26:16 (GMT)
committer Nat <natcl@hotmail.com>2007-06-26 18:26:16 (GMT)
commit9315630dd90b4cc454f6e2e3ff32452d2b6b2e61 (patch)
tree0e1b350a77df596073a6fd2e1f65e85ef455a1f5 /TamTam.py
parent136bc46c3e5a7aecb834a7e45aa5a55288aa4915 (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 953f912..d8fa8fc 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