File: pref-mouse-gestures.page

package info (click to toggle)
epiphany-browser 48.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 25,384 kB
  • sloc: ansic: 75,426; javascript: 7,337; xml: 686; python: 177; sh: 77; makefile: 12
file content (60 lines) | stat: -rw-r--r-- 2,263 bytes parent folder | download | duplicates (3)
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
49
50
51
52
53
54
55
56
57
58
59
60
<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"/>
    <revision pkgversion="3.34" date="2019-06-14" status="review"/>
    <revision pkgversion="3.38" date="2021-03-22" 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.</p>

  <steps>
    <item>
      <p>Press the menu button in the top-right corner of the window and select
      <guiseq><gui style="menuitem">Preferences</gui>
      <gui style="tab">General</gui></guiseq>.</p>
    </item>
    <item>
      <p>Under <gui>Browsing</gui>, switch on <gui style="button">Mouse Gestures</gui>.</p>
    </item>
  </steps>

  <p>The following gestures are currently supported:</p>

  <list>
    <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>
  </list>

</page>