aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authormrmr19932017-11-12 15:13:24 +0000
committermrmr19932017-11-12 15:18:10 +0000
commit771f05845a7ce97bdff95cfb7b58cd2af8ddcae6 (patch)
tree7b1c833939d2c7bca9fd3396a733db9384e92ff4 /pages
parent305a9275de0bd2f8e3578467a2fa33ba82747959 (diff)
downloadvimium-771f05845a7ce97bdff95cfb7b58cd2af8ddcae6.tar.bz2
Use tabIndex to provide the special focusInput behaviour in the options
Diffstat (limited to 'pages')
-rw-r--r--pages/options.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/options.html b/pages/options.html
index ec940cb2..650a129c 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -67,7 +67,7 @@ unmapAll
<a href="#" id="showCommands">Show available commands</a>.
</div>
</div>
- <textarea id="keyMappings" type="text"></textarea>
+ <textarea id="keyMappings" type="text" tabIndex="1"></textarea>
</td>
</tr>
<tr>