File: pref-mouse-gestures.page

package info (click to toggle)
epiphany-browser 3.38.2-1%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 27,476 kB
  • sloc: ansic: 65,045; javascript: 65,029; xml: 1,000; python: 163; sh: 82; makefile: 14
file content (48 lines) | stat: -rw-r--r-- 1,882 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="pref-mouse-gestures">

  <info>
    <link type="guide" xref="index#pref"/>
    <link type="guide" xref="pref"/>
    <revision pkgversion="3.34" date="2019-06-14" status="review"/>

    <credit type="author copyright">
      <name>Jan-Michael Brummer</name>
      <email its:translate="no">jan.brummer@tabos.org</email>
      <years>2019</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Navigate web pages using the mouse.</desc>
  </info>

  <title>Use mouse gestures</title>

  <p>Mouse gestures offer a quick option to surf web pages without moving your hand to the keyboard.
  These gestures are triggered by holding the middle mouse button while performing one of the
  following mouse movements. If your mouse does not have a middle mouse button, you cannot use mouse
  gestures.
  The following gestures are currently supported: </p>

  <steps>
    <item>
      <p>Holding the middle mouse button, dragging left, and then releasing the middle mouse button will navigate backward.</p>
    </item>
    <item>
      <p>Holding the middle mouse button, dragging right, and then releasing the middle mouse button will navigate forward.</p>
    </item>
    <item>
      <p>Holding the middle mouse button, dragging downwards, and then releasing the middle mouse button will create a new tab.</p>
    </item>
    <item>
      <p>Holding the middle mouse button, dragging downwards and then to the right, and then releasing the middle mouse button will close the current tab.</p>
    </item>
    <item>
      <p>Holding the middle mouse button, dragging first upwards and then downwards, then releasing the middle mouse button will reload the current tab.</p>
    </item>
  </steps>

</page>