Thread
:
N900 keyboard friendly, second thread.
View Single Post
Matan
2010-02-22 , 17:39
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#
29
os.system indeed blocks, so the script does not run again.
Use something like (an example will be in the script in the next version):
Code:
if key == 'i': if os.fork() == 0: os.system("osso-xterm 'ssh user@server'")
__________________
My repository
"N900 community support for the MeeGo-Harmattan" Is the new "Mer is Fremantle for N810".
No more Nokia devices for me.
Quote & Reply
|
The Following 2 Users Say Thank You to Matan For This Useful Post:
low life
,
pillar
Matan
View Public Profile
Send a private message to Matan
Find all posts by Matan