<!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</code>)</li>
        <li>When clicking the link with shift, <code>tabs.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>