summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-08-10 16:37:52 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-08-10 16:44:40 +0200
commitf908d29a5ff1af283d6f66e181203bdfbb26cce2 (patch)
tree7a04aa409be66622a7b2d55d758fb81bb9f0f739 /tests/manual
parent85a4dc808ef82bd0552e7f78ad7be7958a62fdb6 (diff)
downloadqutebrowser-f908d29a5ff1af283d6f66e181203bdfbb26cce2.tar.gz
qutebrowser-f908d29a5ff1af283d6f66e181203bdfbb26cce2.zip
Move mouse handling to an EventFilter
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/mouse.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/manual/mouse.html b/tests/manual/mouse.html
new file mode 100644
index 000000000..3506b5dd5
--- /dev/null
+++ b/tests/manual/mouse.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Mouse control</title>
+ </head>
+ <body>
+ <ul>
+ <li>Middle- or Ctrl-click on a <a href="https://www.qutebrowser.org">link</a> should open it in a new tab (fg/bg according to <code>tabs -> background-tabs</code>)</li>
+ <li>When clicking the link with shift, <code>background-tabs</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>
+ </body>
+</html>