Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back the WASD-hotkeys to move the tool tip. #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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