diff options
| author | Stephen Blott | 2017-09-07 14:47:07 +0100 |
|---|---|---|
| committer | GitHub | 2017-09-07 14:47:07 +0100 |
| commit | 62b36b3bcce6ab1f5b8735ecf1335e40600c5617 (patch) | |
| tree | 5324e604fadb9c061dbb22066387924b76ab833d /pages/options.html | |
| parent | 0725cac5ebee6da7737be0e0bd063b7802c45fc8 (diff) | |
| parent | 4b6e35d50c6aa75eaccb86370eac86f49f31da83 (diff) | |
| download | vimium-62b36b3bcce6ab1f5b8735ecf1335e40600c5617.tar.bz2 | |
Merge pull request #2626 from smblott-github/ignore-keyboard-layout
Ignore keyboard layout
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pages/options.html b/pages/options.html index 80d3e61f..c8f5afe0 100644 --- a/pages/options.html +++ b/pages/options.html @@ -207,6 +207,21 @@ b: http://b.com/?q=%s description </td> </tr> <tr> + <td class="caption"></td> + <td verticalAlign="top" class="booleanOption"> + <div class="help"> + <div class="example"> + This forces the use of <code>en-US</code> QWERTY layout and + can be helpful for non-Latin keyboards. + </div> + </div> + <label> + <input id="ignoreKeyboardLayout" type="checkbox"/> + Ignore keyboard layout + </label> + </td> + </tr> + <tr> <td class="caption">Previous patterns</td> <td verticalAlign="top"> <div class="help"> |
