Fixed soft keyboard controls for both iOS and non-iOS browsers, and updated the TopView 1.01 page
This commit is contained in:
parent
299948fa1f
commit
d8804faba0
32 changed files with 1132 additions and 1067 deletions
|
|
@ -6,4 +6,9 @@
|
|||
<control type="button" binding="up">↑</control>
|
||||
<control type="button" binding="down">↓</control>
|
||||
<control type="button" binding="right">→</control>
|
||||
<control type="button" binding="num-home">Home</control>
|
||||
<control type="button" binding="num-end">End</control>
|
||||
<control type="button" binding="num-pgup">PgUp</control>
|
||||
<control type="button" binding="num-pgdn">PgDn</control>
|
||||
<control type="button" binding="alt">Alt</control>
|
||||
</keyboard>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-arrows.xml"/>
|
||||
<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-empty.xml"/>
|
||||
<chipset id="chipset" model="5160" sw1="01001001"/>
|
||||
<serial id="com1" adapter="1"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue