diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-05-05 00:14:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 00:14:21 +0300 |
commit | a1f8f0d1de7286a55c97a783504b23bd76740e50 (patch) | |
tree | ccef04b6d6c8c0deec1fa5743ed4948c05a45cdb /ext/bg/settings.html | |
parent | 7d7ff165ced305bc269b24aa0ce8664272d86fa6 (diff) |
support meta as scanning modifier (#502)
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index fc9221f8..b8477e46 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -417,6 +417,7 @@ <option value="alt">Alt</option> <option value="ctrl">Ctrl</option> <option value="shift">Shift</option> + <option data-hide-for-browser="firefox firefox-mobile" value="meta">Meta</option> </select> </div> </div> |