summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/shell-windows-states.page
blob: 899aaf91919ab7c023f6430594a10afae9d67aee (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="shell-windows-states">

  <info>

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

    <desc>Maximize, restore, resize, arrange and hide.</desc>
    
    <revision pkgversion="3.0" version="0.1" date="2011-03-19" status="review"/>
    <credit type="author">
      <name>GNOME Documentation Project</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>

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

<title>Window operations and modes</title>
<p>
   Windows work in a very similar way to windows on other operating systems.
</p>

<section id="min-rest-close">
<title>Minimize, restore and close</title>

<terms>

  <item>
    <title>Minimize</title>
    <p> To minimize a window, you can:</p>
    <list>
      <item>
       <p>
        Click the <gui> - </gui> in the top right hand corner of the window, or
       </p>
      </item>
      <item>
       <p>
         Press <keyseq><key>Alt</key><key>Space</key></keyseq> to bring up the window menu.  Then press <key>n</key>.
       </p>
       <note>
         <p> The window 'disappears' into the top left hand corner.  It can be <link xref="shell-windows-lost">retrieved</link> from the <gui>Activities</gui> overview or by pressing <keyseq><key>Alt</key><key>Tab</key></keyseq> to tab through the different open application windows.
   </p>
       </note>
      </item>
    </list>
  </item>

    <item>
    <title>Maximize and unmaximize (restore) a window:</title>
    <p> To maximize or unmaximize a window, you can:</p>
     <list>
      <item>
       <p>
        Click the <gui> square </gui> in the top right hand corner of the window to toggle between maximizing and restoring the window, or
       </p>
      </item>
      <item>
       <p>
         Press <keyseq><key>Alt</key><key>Space</key></keyseq> to bring up the window menu.  Then press <key> x </key>.
       </p>
      </item>
       <item>
       <p>
        To maximize, you can also click and drag or <key>Alt</key>+ Click and drag the window to the top of the screen.  When the cursor touches the very top of the screen during the drag, the entire screen becomes hilighted.  Now, unclick and the window will maximize.
       </p>
       <p>
        You an also restore the window in a similar way.  Click and drag to separate the window from the top panel.  The
        window separates and restores itself to an unmaximized state.
       </p>
      </item>
    </list>
  </item>

    <item>
    <title>Close</title>
    <p> To close the window:</p>
     <list>
      <item>
       <p>
        Click the <gui> x </gui> in the top right hand corner of the window, or
       </p>
      </item>
      <item>
       <p>
         Press <keyseq><key>Alt</key><key>F4</key></keyseq>, or
       </p>
      </item>
      <item>
       <p>
         Press <keyseq><key>Alt</key><key>Space</key></keyseq> to bring up the window menu.  Then press <key>c</key>.
       </p>
      </item>
    </list>
  </item>
</terms>
</section>

<section id="resize">
<title>Resize a window</title>

<note style="important">
 <p>
   To resize a window, your window first needs to be <em>unmaximized</em> or in the <em>restore</em> state.
 </p>
</note>
<p>
   The simplest way to resize your window in the horizontal and/or vertical direction is to move the mouse pointer up to the top left corner of the window until it changes into a 'corner-pointer'.  When it becomes a 'corner-pointer', click+hold+drag to resize the window in any direction.
</p>

<p>
You can also resize only in the horizontal direction by moving the mouse pointer to the left side of the window until it changes into a 'side-pointer'.   When it becomes a 'side-pointer', click+hold+drag to resize the window in the horizontal direction.
</p>

<p>
To resize in the vertical direction, move the mouse pointer to the top or bottom of the window until it changes into a 'top-pointer' or 'bottom-pointer' respectively.   When it does, click+hold+drag to resize the window in the vertical direction.
</p>
</section>

<section id="arrange">
<title>Ways to arrange windows in your workspace</title>
<p>
  You can automatically arrange two windows side by side.  <key>Alt</key> + click and drag one window towards the left until the cursor touches the left side of the screen.  The left half of the screen becomes hilighted.  Unclick, and your window should automaticaly take up exaclty half your screen.  Do the same thing for another window, dragging it to the right side.
  </p>
</section>

<section id="hide">
<title>Hide windows from view</title>
<p>
  To hide a window from view, you can just <link xref="shell-windows-states#min-rest-close">minimize</link> it.  It will 'disappear' into the top left hand corner of the window.  To be able to access it, enter the <gui>Activities</gui> view.
</p>
</section>

<comment>Briefly explain the different window states that exist and how you can use and recognize those states. Discuss interesting ways of arranging windows (i.e. if there is a "Tile" option or something like that). Mention, in passing, how you can move and resize windows in multiple ways.</comment>

</page>