File: shell-workspaces-movewindow.page

package info (click to toggle)
gnome-user-docs 3.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 94,560 kB
  • ctags: 22
  • sloc: sh: 470; makefile: 433; xml: 152
file content (76 lines) | stat: -rw-r--r-- 2,927 bytes parent folder | download | duplicates (2)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      xmlns:if="http://projectmallard.org/if/1.0/"
      type="topic" style="task" version="1.0 if/1.0"
      id="shell-workspaces-movewindow">

  <info>
    <link type="guide" xref="shell-windows#working-with-workspaces"/>
    <link type="seealso" xref="shell-workspaces"/>

    <revision pkgversion="3.8" version="0.3" date="2013-05-10" status="review"/>
    <revision pkgversion="3.10" date="2013-11-04" status="candidate"/>
    <revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>

    <credit type="author">
      <name>GNOME Documentation Project</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>

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

    <desc>Go to the <gui>Activities</gui> overview and drag the window to a
    different workspace.</desc>
  </info>

  <title>Move a window to a different workspace</title>

  <steps>
    <title>Using the mouse:</title>
    <item>
      <p if:test="!platform:gnome-classic">Open the
      <gui xref="shell-introduction#activities">Activities</gui> overview.</p>
      <p if:test="platform:gnome-classic">Open the
      <gui xref="shell-introduction#activities">Activities Overview</gui> from the
      <gui xref="shell-introduction#activities">Applications</gui> menu
      at the top left of the screen.</p>
    </item>
    <item>
      <p>Click and drag the window toward the right of the screen.</p>
    </item>
    <item>
      <p>The <em xref="shell-workspaces">workspace selector</em> will
      appear.</p>
    </item>
    <item>
      <p if:test="!platform:gnome-classic">Drop the window onto an empty
      workspace. This workspace now contains the window you have dropped, and a
      new empty workspace appears at the bottom of the <em>workspace
      selector</em>.</p>
      <p if:test="platform:gnome-classic">Drop the window onto an empty
      workspace. This workspace now contains the window you have dropped.</p>
    </item>
  </steps>

  <steps>
    <title>Using the keyboard:</title>
    <item>
      <p>Select the window that you want to move (for example, using the
      <keyseq><key xref="keyboard-key-super">Super</key><key>Tab</key></keyseq>
      <em xref="shell-windows-switching">window switcher</em>).</p>
    </item>
    <item>
      <p>Press <keyseq><key>Super</key><key>Shift</key><key>Page
      Up</key></keyseq> to move the window to a workspace which is above the
      current workspace on the <em>workspace selector</em>.</p>
      <p>Press <keyseq><key>Super</key><key>Shift</key><key>Page
      Down</key></keyseq> to move the window to a workspace which is below the
      current workspace on the <em>workspace selector</em>.</p>
    </item>
  </steps>

</page>