Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions i/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@ <h5 id="mStatus" style="text-align: right;">Select Port</h5>
<div id="betterControlsPoint" style="position: relative; top: 85px; left: 85px; background-color: red; width: 20px; height: 20px; padding: none;"></div>
</div>

<div id="hiddenHotKeys" style="display: none">
<button type="button" id="xM">X-</button>
<button type="button" id="xP">X+</button>
<button type="button" id="yM">Y-</button>
<button type="button" id="yP">Y+</button>
</div>

<br />

<select class="form-control" id="jogSpeed">
Expand All @@ -219,6 +226,8 @@ <h5 id="mStatus" style="text-align: right;">Select Port</h5>

<br style="clear: both;" />

<span style="color: #aaa; font-size: .8em;"><span style="color: red;">axis step hotkeys: </span>WASD, up-arrow, down-arrow</span>

<hr style="clear: both;" />

<p style="color: #aaa; font-size: .8em; margin-top: 20px;">
Expand Down