summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-16 17:36:07 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-16 17:37:30 +0200
commitef0482cabbf07952b164ebd6ad252d42d45102dc (patch)
tree2d614c3c23b3c38c5283999303c341d291e2c4b6 /tests/manual
parent3c7f3cb9b41ee5948bd6707d647a88b108ef4b86 (diff)
downloadqutebrowser-ef0482cabbf07952b164ebd6ad252d42d45102dc.tar.gz
qutebrowser-ef0482cabbf07952b164ebd6ad252d42d45102dc.zip
Update tests/manual/mouse.html
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/mouse.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/manual/mouse.html b/tests/manual/mouse.html
index eb75df44d..d1f0f7dee 100644
--- a/tests/manual/mouse.html
+++ b/tests/manual/mouse.html
@@ -10,7 +10,8 @@
<li>When clicking the link with shift, <code>tabs.background</code> should be reversed accordingly.</li>
<li>Ctrl + Mousewheel should zoom in/out</li>
<li>Back/forward keys on mouse should navigate back/forward</li>
- <li>With <code>input.rocker_gestures</code> set, no context menu should be shown, but pressing left+right/right+left buttons should navigate back/forward</li>
- <li>When setting <code>input.rocker_gestures</code> dynamically, the context menu should be hidden/shown accordingly.</li>
+ <li>If <code>input.mouse.back_forward_buttons</code> is set to <code>false</code>, those buttons should not have any effect</li>
+ <li>With <code>input.mouse.rocker_gestures</code> set, no context menu should be shown, but pressing left+right/right+left buttons should navigate back/forward</li>
+ <li>When setting <code>input.mouse.rocker_gestures</code> dynamically, the context menu should be hidden/shown accordingly.</li>
</body>
</html>