diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-05 16:03:14 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-05 16:03:14 -0800 |
commit | efc5be4dacc69212a263eb48b79d2a729ca02958 (patch) | |
tree | 7bea29909cf6d2ee03c2ebf00ffd7e7672024a05 /ext/bg/js/util.js | |
parent | a4dfadaa152d9f102ec692ef70659387148a654b (diff) |
middle mouse button scanning1.1.0
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index 2fd77130..e847090f 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -84,6 +84,7 @@ function optionsSetDefaults(options) { scanning: { requireShift: true, + middleMouse: true, selectText: true, imposter: true, delay: 15, |