Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify the settings popup
  • Loading branch information
jhchabran committed Nov 25, 2012
1 parent bc1a12a commit f1e1034
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions popup.html
Expand Up @@ -6,16 +6,29 @@
background-color: #DDD;
padding: 20px;
border-radius: 15px;
font: normal 100% Arial, Helvetica, sans-serif;
font: normal 80% Arial, Helvetica, sans-serif;
width: 20em;
}
input {
font-size:18px;
}

#infos {
padding:5px;
font: normal 75% Arial, Helvetica, sans-serif;
color: #333;
}
</style>
<div id='tabswitcher-settings'>
<h1>Tabwsitcher Settings</h1>
<form id="tabswitcher-settings-form" action="#">
Type the wanted here (you can use ctrl, alt, shift and cmd) :
<label>Hotkey</label>
<p>Press in the following input the hotkey (letter plus modifier) you'd like to use.</p>
<p><i>You can't use a combination that is already used by Chrome</i></p>
<input id="tabswitcher-settings-hotkey-input" type="text"/>
<p>Example : ctrl-k, cmd+j, alt-k or even just a letter.</p>
<div id="infos">
<p>Tabswitcher is still under development, please report bugs or features requests on <a href="https://github.com/jhchabran/tabswitcher/issues">the bug tracker</a>, thanks.</p>
</div>
</form>
</div>
</html>

0 comments on commit f1e1034

Please sign in to comment.