Archive:Foundation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m Karellen moved page Add-on:Foundation to Archive:Foundation without leaving a redirect: Outdated |
||
| (One intermediate revision by the same user not shown) | |||
| Line 13: | Line 13: | ||
<!--The skin features below are used to automatically populate other sections of the wiki. Please don't edit!--> | <!--The skin features below are used to automatically populate other sections of the wiki. Please don't edit!--> | ||
== Details == | == Details == | ||
| Line 78: | Line 48: | ||
Wir3d for the original 'Empty' skin upon which this is based and Jezz_X for the use of Confluence's textures. | Wir3d for the original 'Empty' skin upon which this is based and Jezz_X for the use of Confluence's textures. | ||
[[Category: | [[Category:Skins-Archived]] | ||
Latest revision as of 00:53, 18 August 2020
| Foundation | ||||||||||||
| ||||||||||||
Details
Foundation is a very simple but fully functional skin designed to be used as either a base for creating new skins or as a learning tool for anyone interested in what makes a skin work.
It comes with both 720p & 1080i coded XML's and also includes a screen shot folder of every window/dialog XBMC uses to make things even easier.
To get the most out of it you'll need to either make a new keymap.xml or add this to your existing one -
<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>
Keys
The following keys will then activate the corresponding action -
F5 - Reload skin (used to see any changes instantly without restarting XBMC) F6 - Show/Hide the Debug Grid (used for checking alignment, positioning, or sizing) F7 - Show/Hide the Debug Info (used to display the currently active windows or dialogs) F8 - Activated the KaiDialogToast.xml (used to display the notification dialog)
Discussion
| See the Foundation - Basic skin for beginners for help and issue report. |
Credits
Wir3d for the original 'Empty' skin upon which this is based and Jezz_X for the use of Confluence's textures.