Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
add keyboard shortcut indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
happytogether committed Jul 18, 2017
1 parent 317ec96 commit 248e471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popup.html
Expand Up @@ -7,12 +7,12 @@
<div id="main">
<header>
<div class="switch">
<label for="gridToggle">Vertical Grid Overlay</label>
<label for="gridToggle">Vertical Grid Overlay<br><span style="font-size: 12px;">(&#8984;+Shift+K)</span></label>
<input id="gridToggle" type="checkbox" name="gridToggle" />
<span></span>
</div>
<div class="switch">
<label for="horizontalLinesToggle">Horizontal Lines Overlay</label>
<label for="horizontalLinesToggle">Horizontal Lines Overlay <br><span style="font-size: 12px;">(&#8984;+Shift+H)</span></label>
<input id="horizontalLinesToggle" type="checkbox" name="horizontalLinesToggle" />
<span></span>
</div>
Expand Down

0 comments on commit 248e471

Please sign in to comment.