|
|
2010-03-31
, 13:36
|
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#32
|
| The Following User Says Thank You to Matan For This Useful Post: | ||
|
|
2010-03-31
, 15:38
|
|
Posts: 38 |
Thanked: 16 times |
Joined on Dec 2009
|
#33
|
import time
if key == 'y':
os.system("dbus-send --type=signal --session /com/nokia/hildon_desktop com.nokia.hildon_desktop.exit_app_view
")
time.sleep(0.5)
os.system("/usr/bin/dbus-hildon-desktop close_window_time -1")
|
|
2010-04-06
, 10:40
|
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#34
|
bus-send --type=signal --session /com/nokia/hildon_desktop com.nokia.hildon_desktop.open_status_menu
|
|
2011-09-09
, 19:36
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Sep 2010
|
#35
|
![]() |
| Tags |
| screenless, shortcuts |
| Thread Tools | |
|
Would launching task switcher and then sending the signal to close newest window do the trick?
I'll have a go at this later tonight myself if no one can answer and report my progress.