Controls-ui.xml
From MythTV Official Wiki
Revision as of 20:27, 21 June 2009 by Iamlindoro (Talk | contribs)
The controls-ui.xml file governs the layout and behavior of the Key Bindings screen. It consists of the following windows and named attributes:
System Info Windows
| Window Name | Type | Description |
| controls | Window | The Key Binding screen. |
| keygrabpopup | Popup Window | The key grab popup. |
The "controls" window
| Widget Name | Widget Type | Description | Required? |
| description | textarea | The help text/description of the selected item. | Yes |
| leftlist | buttonlist | The list of plugins and contexts. | Yes |
| rightlist | buttonlist | The list of bindable actions within a plugin/context. | Yes |
| leftdesc | textarea | A description label for the Plugin/Context list. | Yes |
| rightdesc | textarea | A description label for the bindable action list. | Yes |
| action_0 | button | A button item to click to add a keybinding to the selected action. Note: You may create as many action_# buttons as you like, starting with 0. | Yes |
The "keygrabpopup" window
| Widget Name | Widget Type | Description | Required? |
| message | textarea | The message text for the popup. | Yes |
| ok | button | The OK button. | Yes |
| cancel | button | The Cancel button. | Yes |