2012-09-10, 18:25
Also great timing. Tonight I was planning on photoshopping a grid and putting includes everywhere. So you just saved me a lot of time.
(2012-09-09, 10:26)Hitcher Wrote:(2012-09-09, 00:29)raptorjr Wrote: Is there a updated version of this aid that works with the PVR screens? I get nothing when one of those screens are open, like MyPVR.xml screen, or am i doing something wrong?
I'll get on it soon.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
<global>
<keyboard>
<F5>XBMC.ReloadSkin()</F5>
<F6>Skin.ToggleSetting(DebugGrid)</F6>
<F7>Skin.ToggleSetting(HideDebugInfo)</F7>
<F8>Notification(Testing 123,Hello world)</F8>
</keyboard>
</global>
</keymap>
<F7>Skin.ToggleSetting(HideDebugInfo)</F7>
<F7>Skin.ToggleSetting(DebugInfo)</F7>
(2014-03-20, 16:57)Hitcher Wrote: Change
toCode:<F7>Skin.ToggleSetting(HideDebugInfo)</F7>
Code:<F7>Skin.ToggleSetting(DebugInfo)</F7>
Sorry, updated the download.
(2015-07-14, 18:47)pbureau Wrote: Sorry to revive this old thread, but I just built Kodi from master, and this custom_overlay.xml file is completely blocking the UI (apparently catching the keypress somehow), and generates a segfault when exiting.
Is there a more recent version of the debuggrid overlay available?