diff options
| author | Stephen Blott | 2014-11-01 09:09:12 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-11-01 09:09:12 +0000 |
| commit | af2336918f186f8a755eecac8f3b6115bb6d0cd8 (patch) | |
| tree | b995fd8d64d34ba6a1b3429a2659979d77844951 | |
| parent | 104ed75f388815550bf42c6cf29db38461b622e2 (diff) | |
| download | vimium-af2336918f186f8a755eecac8f3b6115bb6d0cd8.tar.bz2 | |
Move "Custom key mappings" above the fold.
| -rw-r--r-- | pages/options.html | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/pages/options.html b/pages/options.html index 1b2e9c56..995cf91f 100644 --- a/pages/options.html +++ b/pages/options.html @@ -217,6 +217,25 @@ </td> </tr> <tr> + <td class="caption">Custom key<br/>mappings</td> + <td id="mappingsHelp" verticalAlign="top"> + <div class="help"> + <div class="example"> + <!-- TODO(ilya/philc): Expand this and style it better. --> + Enter commands to remap your keys. Available commands:<br/> + <pre id="exampleKeyMapping"> +map j scrollDown +unmap j +unmapAll +" this is a comment +# this is also a comment</pre> + <a href="#" id="showCommands">Show available commands.</a> + </div> + </div> + <textarea id="keyMappings" type="text"></textarea> + </td> + </tr> + <tr> <td>Excluded URLs<br/>and keys</td> <td> <div class="help"> @@ -246,26 +265,6 @@ </tr> <tbody id='advancedOptions'> <tr> - <td class="caption">Custom key<br/>mappings</td> - <td id="mappingsHelp" verticalAlign="top"> - <div class="help"> - <div class="example"> - <!-- TODO(ilya/philc): Expand this and style it better. --> - Enter commands to remap your keys. Available commands:<br/> - <pre id="exampleKeyMapping"> -map j scrollDown -unmap j -unmapAll -" this is a comment -# this is also a comment</pre> - <a href="#" id="showCommands">Show available commands.</a> - </div> - </div> - <textarea id="keyMappings" type="text"></textarea> - <div class="nonEmptyTextOption"> - </td> - </tr> - <tr> <td class="caption">CSS for link hints</td> <td verticalAlign="top"> <div class="help"> |
