Kodi Community Forum

Full Version: "S" for Shutdown. Could it directly quit and return back to Windows?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Instead of giving the regulars options, could "S" make Kodi quit directly to the OS ? In this Case Windows?

If so, is there any xml files that I could edit?

Thanks for any clue.

Regards,

-Eric
(2022-01-17, 20:49)estarna Wrote: [ -> ]could "S" make Kodi quit directly to the OS ?
Yes.
Open your keyboard.xml file
Look for <s>ActivateWindow(ShutdownMenu)</s>
Change it to <s>Quit</s>
(2022-01-17, 21:02)Karellen Wrote: [ -> ]<s>Quit</s>

Wow... Thanks Karellan. It works!
Thread marked solved.
I am using Estuary. Is this the lione I'm loking for to just quit Kodi when I finish watching my show?
    <param name="onclick" value="ActivateWindow(shutdownmenu)" /> 
and change it to:
    <param name="onclick" value="Quit" />

Thaks in advance!

john
(2022-08-30, 20:03)DoorGuy500 Wrote: [ -> ]Is this the lione I'm loking for to just quit Kodi when I finish watching my show?
My posts above refer to the keyboard.xml file.
This file may be located in your \Userdata (wiki)\keymaps\ folder.
If it is not there, you need to copy it from the \program installation folder\System\keymaps\ folder.