docs
This commit is contained in:
@@ -1,44 +1,44 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layout>
|
<layout>
|
||||||
<row>
|
|
||||||
<button text="PLAY" ontap="play" />
|
|
||||||
<button text="PREV" ontap="prev" />
|
|
||||||
<button text="NEXT" ontap="next" />
|
|
||||||
<button text="Enter" ontap="enter" />
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<button text="LEFT" ontap="left" />
|
|
||||||
<button text="RIGHT" ontap="right" />
|
|
||||||
<button text="UP" ontap="up" />
|
|
||||||
<button text="DOWN" ontap="down" />
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<button text="VOL-" ontap="vol_minus" />
|
|
||||||
<button text="VOL+" ontap="vol_plus" />
|
|
||||||
<button text="MUTE" ontap="mute" />
|
|
||||||
<button text="INFO" ontap="info" />
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<button text="KP0" ontap="KP0" />
|
|
||||||
<button text="KP1" ontap="KP1" />
|
|
||||||
<button text="KP2" ontap="KP2" />
|
|
||||||
<button text="KP3" ontap="KP3" />
|
|
||||||
<button text="KP4" ontap="KP4" />
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<button text="KP5" ontap="KP5" />
|
|
||||||
<button text="KP6" ontap="KP6" />
|
|
||||||
<button text="KP7" ontap="KP7" />
|
|
||||||
<button text="KP8" ontap="KP8" />
|
|
||||||
<button text="KP9" ontap="KP9" />
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<button text="Cycle Audio" ontap="KP7" />
|
|
||||||
<button text="Cycle Subtitle" ontap="KP8" />
|
|
||||||
<button text="AB LOOP" ontap="ab_loop" />
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<button text="ZOOM IN" ontap="zoom_in" />
|
<button text="PLAY" ontap="play" />
|
||||||
<button text="ZOOM OUT" ontap="zoom_out" />
|
<button text="PREV" ontap="prev" />
|
||||||
</row>
|
<button text="NEXT" ontap="next" />
|
||||||
|
<button text="Enter" ontap="enter" />
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<button text="LEFT" ontap="left" />
|
||||||
|
<button text="RIGHT" ontap="right" />
|
||||||
|
<button text="UP" ontap="up" />
|
||||||
|
<button text="DOWN" ontap="down" />
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<button text="VOL-" ontap="vol_minus" />
|
||||||
|
<button text="VOL+" ontap="vol_plus" />
|
||||||
|
<button text="MUTE" ontap="mute" />
|
||||||
|
<button text="INFO" ontap="info" />
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<button text="KP0" ontap="KP0" />
|
||||||
|
<button text="KP1" ontap="KP1" />
|
||||||
|
<button text="KP2" ontap="KP2" />
|
||||||
|
<button text="KP3" ontap="KP3" />
|
||||||
|
<button text="KP4" ontap="KP4" />
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<button text="KP5" ontap="KP5" />
|
||||||
|
<button text="KP6" ontap="KP6" />
|
||||||
|
<button text="KP7" ontap="KP7" />
|
||||||
|
<button text="KP8" ontap="KP8" />
|
||||||
|
<button text="KP9" ontap="KP9" />
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<button text="Cycle Audio" ontap="KP7" />
|
||||||
|
<button text="Cycle Subtitle" ontap="KP8" />
|
||||||
|
<button text="AB LOOP" ontap="ab_loop" />
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<button text="ZOOM IN" ontap="zoom_in" />
|
||||||
|
<button text="ZOOM OUT" ontap="zoom_out" />
|
||||||
|
</row>
|
||||||
</layout>
|
</layout>
|
||||||
Reference in New Issue
Block a user