~ubuntu-branches/ubuntu/wily/gnome-user-docs/wily-proposed

« back to all changes in this revision

Viewing changes to gnome-help/sv/shell-windows-tiled.page

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-01 06:44:41 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120401064441-kzqieiifcso1lnhe
Tags: 3.4.0-1
* New upstream release.
* Bump Standards-Version to 3.9.3.

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="ui" id="shell-windows-tiled" xml:lang="sv">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="shell-windows-tiled" xml:lang="sv">
3
3
 
4
4
  <info>
5
5
 
6
6
    <link type="guide" xref="shell-windows#working-with-windows"/>
7
 
    <revision pkgversion="3.2" date="2011-09-26" status="final"/>
 
7
    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
8
8
 
9
 
    <desc>"Maximize" two windows side by side.</desc>
 
9
    <desc>Maximize two windows side-by-side.</desc>
10
10
    
11
 
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-13" status="stub"/>
 
11
    <revision pkgversion="3.4.0" date="2012-03-14" status="candidate"/>
 
12
 
12
13
    <credit type="author">
13
 
      <name>Dokumentationsprojekt för GNOME</name>
14
 
      <email>gnome-doc-list@gnome.org</email>
 
14
      <name>Shaun McCance</name>
 
15
      <email>shaunm@gnome.org</email>
15
16
    </credit>
16
17
 
17
18
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
18
19
  </info>
19
20
 
20
 
<comment><p>Discuss interesting ways of arranging windows (i.e. if there is a "Tile" option or something like that.</p></comment>
21
 
 
22
 
<title>Tiled windows</title>
23
 
<p>Your workflow may require two windows arranged side by side for comparison purposes. To fill the screen with two vertically-tiled windows:</p>
24
 
 
25
 
<list>
26
 
 <item><p>
27
 
Click on the <gui>title bar</gui> of a window and drag it toward the left edge of the screen.  When the <gui>mouse pointer</gui> touches the edge, the left half of the screen becomes highlighted. Release the mouse button and the window will fill the left half of the screen.
28
 
 </p></item>
29
 
 <item><p>
30
 
Drag another window to the right side: when the right half of the screen is highlighted, release. Each of the two windows fills half the screen.
31
 
 </p></item>
32
 
</list>
33
 
 
34
 
    <note style="tip">
35
 
      <p>
36
 
        Pressing <key>Alt</key> + click anywhere in a window will allow you to move the window. Some people may find this easier than needing to click in the <gui>title bar</gui> of an application.
37
 
      </p>
38
 
    </note>
 
21
 
 
22
<title>Tile windows</title>
 
23
 
 
24
<p>You can maximize a window on only the left or right side of the screen,
 
25
allowing you to place two windows side-by-side to quickly switch between
 
26
them.</p>
 
27
 
 
28
<p>To maximize a window along a side of the screen, grab the titlebar and drag
 
29
it to the left or right side until half of the screen is highlighted. Using the
 
30
keyboard, hold down the <link xref="windows-key">windows key</link> and press
 
31
the <key>Left</key> or <key>Right</key> key.</p>
 
32
 
 
33
<p>To restore a window to its original size, drag it away from the side of
 
34
the screen, or use the same keyboard shortcut you used to maximize.</p>
 
35
 
 
36
<note style="tip">
 
37
  <p>Hold down the <key>Alt</key> key and drag anywhere in a window to move it.</p>
 
38
</note>
39
39
 
40
40
</page>