Followup to previous delta: removed obsolete "class" attribute from all controls
This commit is contained in:
parent
64b2494eef
commit
a309d1f302
72 changed files with 447 additions and 452 deletions
|
|
@ -9,9 +9,9 @@
|
|||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5150/private/1981-04-24.rom"/>
|
||||
<video ref="/devices/pc/video/video-cga.xml"/>
|
||||
<keyboard id="keyboard" pos="left" padleft="8px">
|
||||
<control type="button" class="input" binding="esc">ESC</control>
|
||||
<control type="button" class="input" binding="ctrl-c">CTRL-C</control>
|
||||
<control type="button" class="input" binding="ctrl-alt-del">CTRL-ALT-DEL</control>
|
||||
<control type="button" binding="esc">ESC</control>
|
||||
<control type="button" binding="ctrl-c">CTRL-C</control>
|
||||
<control type="button" binding="ctrl-alt-del">CTRL-ALT-DEL</control>
|
||||
</keyboard>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue