Add script to launch an activity. Associate F4 in the wm to the terminal activity

This commit is contained in:
Marco Pesenti Gritti
2006-07-20 10:49:44 +02:00
parent af54f25e0e
commit 53947aaaf2
3 changed files with 13 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/python
import sys
from sugar.activity import Activity
Activity.create(sys.argv[1])