Missed a keyboard layout
This commit is contained in:
parent
f0367a855b
commit
7a6cbb038b
1 changed files with 9 additions and 0 deletions
9
devices/pc/keyboard/us83-buttons-arrows.xml
Normal file
9
devices/pc/keyboard/us83-buttons-arrows.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<keyboard id="keyboard" model="us83" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="button" binding="esc">ESC</control>
|
||||
<control type="button" binding="f1">F1</control>
|
||||
<control type="button" binding="left">←</control>
|
||||
<control type="button" binding="up">↑</control>
|
||||
<control type="button" binding="down">↓</control>
|
||||
<control type="button" binding="right">→</control>
|
||||
</keyboard>
|
||||
Loading…
Reference in a new issue