Skip to content

Commit

Permalink
Merge pull request #74 from bgirard/shourtcut_labels
Browse files Browse the repository at this point in the history
better button labels (explicitly show shortcuts)
  • Loading branch information
bgirard committed Mar 27, 2014
2 parents 946c319 + cda87e8 commit 304d9c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/sps_panel.html
Expand Up @@ -87,11 +87,11 @@
Connected to: <a id="lblTargetDesc"></a><br>
Profiler:
<span id="spanStart" style="display:none">
<button id="btnStartProfiler" type="button" title="Ctrl+Shift+d">Start (<u>!</u>)</button>
<button id="btnStartProfiler" type="button" title="Ctrl+Shift+1">Start (<u>Ctrl+Shift+1</u>)</button>
</span>
<span id="spanStop">
<button id="btnStopProfiler" type="button" title="Ctrl++Shift+d">Stop (<u>!</u>)</i></button>
<button id="btnSave" type="button" title="Ctrl+Shift+l">Analyze (<u>@</u>)</button>
<button id="btnStopProfiler" type="button" title="Ctrl+Shift+1">Stop (<u>Ctrl+Shift+1</u>)</i></button>
<button id="btnSave" type="button" title="Ctrl+Shift+2">Analyze (<u>Ctrl+Shift+2</u>)</button>
</span>
<br>
<a id="specialOptions" style="display:none">
Expand Down

0 comments on commit 304d9c1

Please sign in to comment.