aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.html
diff options
context:
space:
mode:
authorStephen Blott2017-11-12 16:10:59 +0000
committerGitHub2017-11-12 16:10:59 +0000
commitabacc25e39d1f4bbdc8cff61bb45079e585b75c0 (patch)
tree7b1c833939d2c7bca9fd3396a733db9384e92ff4 /pages/options.html
parent959379d46c18671551d819eb7eb2199da3ac43e2 (diff)
parent771f05845a7ce97bdff95cfb7b58cd2af8ddcae6 (diff)
downloadvimium-abacc25e39d1f4bbdc8cff61bb45079e585b75c0.tar.bz2
Merge pull request #2794 from mrmr1993/gi-tabIndex
Make focusInput respect tabIndex
Diffstat (limited to 'pages/options.html')
-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>