~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/sv/shell-workspaces-movewindow.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="shell-workspaces-movewindow">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="shell-workspaces-movewindow" xml:lang="sv">
3
3
 
4
4
  <info>
5
5
 
8
8
    
9
9
    <desc>Go to the Activities overview and drag the window to a different workspace.</desc>
10
10
 
11
 
    <revision pkgversion="3.0" date="2011-04-04" status="final"/>
12
 
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-06" status="outdated"/>
13
11
    <credit type="author">
14
12
      <name>Dokumentationsprojekt för GNOME</name>
15
13
      <email>gnome-doc-list@gnome.org</email>
19
17
    
20
18
  </info>
21
19
 
22
 
<title>Move windows to a different workspace</title>
 
20
<title>Move a window to a different workspace</title>
23
21
 
24
 
<p>You can move a window between workspaces:</p>
 
22
<p>Using the mouse:</p>
25
23
 
26
24
<steps>
27
25
 <item>
28
 
  <p>Open the <gui>Activities</gui> overview and make sure you're looking at the <gui>Windows</gui> view.</p>
29
 
 </item>
30
 
 <item>
31
 
  <p>Click and drag the window to the right of the screen.</p>
32
 
 </item>
33
 
 <item>
34
 
  <p>The panel with the workspaces will appear.</p>
35
 
 </item>
36
 
 <item>
37
 
  <p>Drop the window onto the empty workspace. This will move the window to a new workspace and a new empty workspace will be created.</p>
 
26
  <p>Open the <link xref="shell-terminology">Activities</link> overview and make sure you're looking at the <gui>Windows</gui> view.</p>
 
27
 </item>
 
28
 <item>
 
29
  <p>Click and drag the window toward the right of the screen.</p>
 
30
 </item>
 
31
 <item>
 
32
  <p>The <link xref="shell-terminology">workspace selector</link> will appear.</p>
 
33
 </item>
 
34
 <item>
 
35
  <p>Drop the window onto an empty workspace.  This workspace now contains the window you dropped into it, and a new empty workspace appears at the bottom of the workspace panel.</p>
38
36
 </item>
39
37
</steps>
40
38
 
41
 
<p>A faster way of moving windows between workspaces is by using the keyboard:</p>
 
39
<p>Using the keyboard:</p>
 
40
 
42
41
<steps>
43
42
 <item><p>Click on the window to make it <em>live</em>.</p></item>
44
43
 <item>
45
 
  <list>
46
 
   <item>
47
 
    <p>Press <keyseq><key>Ctrl</key><key>Alt</key><key>Shift</key><key>↑</key></keyseq> to move the window to a workspace which is above the current workspace.</p>
48
 
   </item>
49
 
   <item>
50
 
    <p>Press <keyseq><key>Ctrl</key><key>Alt</key><key>Shift</key><key> ↓</key></keyseq> to move the window to a workspace which is below the current workspace.</p>
51
 
   </item>
52
 
  </list>
53
 
 </item>
 
44
    <p>Press <keyseq><key>Ctrl</key><key>Alt</key><key>Shift</key><key>↑</key></keyseq> to move the window to a workspace which is above the current workspace on the <gui>workspace selector</gui>.</p>
 
45
   </item>
 
46
   <item>
 
47
    <p>Press <keyseq><key>Ctrl</key><key>Alt</key><key>Shift</key><key>↓</key></keyseq> to move the window to a workspace which is below the current workspace on the <gui>workspace selector</gui>.</p>
 
48
   </item>
54
49
</steps>
55
50
 
56
51
</page>