Normal
I am Using a combination of the Multishortcut Plugin and AutoIt.The Multishortcut plugin adds an menuitem in the homemenu and starts the compiled AutoIt-Script:; exit from Fullscreensend("!{ENTER}")Sleep(2500); minimize MediaportalWinSetState ( "MediaPortal", "", @SW_MINIMIZE )EXITSo with that I can switch to the mainmenu and select "Dekstop" and there we are.But you wrote, that you are using vnc with the media portal. I am using UltraVNC and when I l log on to the htpc mediaportal stops playing music and the window of the mediaportal is only showing a black window. What am I doing wrong? And which kind of VNC are you using?GreetingsAndi
I am Using a combination of the Multishortcut Plugin and AutoIt.
The Multishortcut plugin adds an menuitem in the homemenu and starts the compiled AutoIt-Script:
; exit from Fullscreen
send("!{ENTER}")
Sleep(2500)
; minimize Mediaportal
WinSetState ( "MediaPortal", "", @SW_MINIMIZE )
EXIT
So with that I can switch to the mainmenu and select "Dekstop" and there we are.
But you wrote, that you are using vnc with the media portal. I am using UltraVNC and when I l log on to the htpc mediaportal stops playing music and the window of the mediaportal is only showing a black window. What am I doing wrong? And which kind of VNC are you using?
Greetings
Andi