Skip to content

Commit

Permalink
Added in option for double keypress
Browse files Browse the repository at this point in the history
  • Loading branch information
briangonzalez committed May 11, 2017
1 parent a1ca537 commit 27e2383
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions app/component/options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<form action="">
<ul>

<li>
<h2>Key Board Shortcuts</h2>
<p>
Tidy: <kbd>Alt + t</kbd> <kbd>Alt + t</kbd> (double keypress)
</p>
</li>

<li>
<h2>
Dashboard Theme
Expand Down Expand Up @@ -161,6 +168,22 @@ img.toolbar-icon {
border: none;
}
}
kbd {
padding:0.1em 0.6em;
border:1px solid #ccc;
font-size:11px;
font-family: Arial,Helvetica,sans-serif;
background-color:#f7f7f7;
color:#333;
box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
border-radius:3px;
display:inline-block;
margin:0 0.1em;
text-shadow:0 1px 0 #fff;
white-space:nowrap;
}
</style>

<style src="vue-multiselect/dist/vue-multiselect.min.css"></style>

0 comments on commit 27e2383

Please sign in to comment.