Factored XML video definitions
This commit is contained in:
parent
501649f67b
commit
a408730928
44 changed files with 139 additions and 210 deletions
11
devices/pc/video/video-mda.xml
Normal file
11
devices/pc/video/video-mda.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<video id="videoMDA" screenwidth="720" screenheight="350" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" pos="center" padding="8px">
|
||||
<menu>
|
||||
<title>Monochrome Display</title>
|
||||
<control type="container" pos="right">
|
||||
<control type="led" class="output" label="Caps" binding="caps-lock" padleft="8px"/>
|
||||
<control type="led" class="output" label="Num" binding="num-lock" padleft="8px"/>
|
||||
<control type="led" class="output" label="Scroll" binding="scroll-lock" padleft="8px"/>
|
||||
</control>
|
||||
</menu>
|
||||
</video>
|
||||
Loading…
Reference in a new issue