diff options
author | jcid <devnull@localhost> | 2008-10-26 19:21:51 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-26 19:21:51 +0100 |
commit | 989c6785ff153d4a84a176639420aa1837ead2d7 (patch) | |
tree | b1e403ecd61f28f999b357e3cb1960dd5dd98391 /dillorc | |
parent | e48bb7717ec4a51abf1a2d467a5b1dbebf61888a (diff) |
- Added the "middle_click_drags_page" dillorc option.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -203,6 +203,11 @@ # If you prefer to open a new Window instead, set it to NO. #middle_click_opens_new_tab=YES +# Mouse middle click by default drives drag-scrolling. +# To paste an URL into the window instead of scrolling, set it to NO. +# Note: You could always paste the URL onto the URL box clear button. +#middle_click_drags_page=YES + # Focus follows new Tabs. # You can hold SHIFT to temporarily revert this behaviour. #focus_new_tab=YES |