[gnome-getting-started-docs] Update getting-started.page for classic mode additions



commit fcaafe86270d281106f5e497e92d64a4eb647d84
Author: Petr Kovar <pkovar redhat com>
Date:   Thu Jul 11 16:39:54 2013 +0200

    Update getting-started.page for classic mode additions

 gnome-help/C/getting-started.page |   90 ++++++++++++++++++++++++++++++++++++-
 gnome-help/C/gs-switch-tasks.page |    8 ++-
 2 files changed, 93 insertions(+), 5 deletions(-)
---
diff --git a/gnome-help/C/getting-started.page b/gnome-help/C/getting-started.page
index a3212c2..1e90009 100644
--- a/gnome-help/C/getting-started.page
+++ b/gnome-help/C/getting-started.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:if="http://projectmallard.org/if/1.0/";
       xmlns:e="http://projectmallard.org/experimental/";
       xmlns:ui="http://projectmallard.org/experimental/ui/";
       type="guide" id="getting-started" style="task">
@@ -13,11 +14,14 @@
 
 <title>Getting Started</title>
 
+<if:choose>
+<if:when test="!platform:gnome-classic">
+
   <ui:overlay width="235" height="145">
   <media type="video" src="figures/gnome-launching-applications.webm"
    width="700" height="394">
     <ui:thumb src="gs-thumb-launching-apps.svg">
-      <ui:caption><desc style="center">Launch Applications</desc></ui:caption>
+      <ui:caption><desc style="center">Launch applications</desc></ui:caption>
     </ui:thumb>
       <tt:tt xmlns:tt="http://www.w3.org/ns/ttml";>
        <tt:body>
@@ -52,11 +56,93 @@
   </media>
   </ui:overlay>
 
+</if:when>
+<if:when test="platform:gnome-classic">
+
+  <ui:overlay width="235" height="145">
+  <media type="video" src="figures/gnome-windows-and-workspaces.webm" width="700" height="394">
+    <ui:thumb src="gs-thumb-windows-and-workspaces.svg">
+          <ui:caption><desc style="center">Use windows and workspaces</desc></ui:caption>
+    </ui:thumb>
+      <tt:tt xmlns:tt="http://www.w3.org/ns/ttml";>
+       <tt:body>
+         <tt:div begin="1s" end="5s">
+           <tt:p>Windows and Workspaces</tt:p>
+         </tt:div>
+         <tt:div begin="6s" end="10s">
+           <tt:p>To maximize a window, grab the window's titlebar and drag it to
+            the top of the screen.</tt:p>
+           </tt:div>
+         <tt:div begin="10s" end="13s">
+           <tt:p>When the screen is highlighted, release the window.</tt:p>
+         </tt:div>
+         <tt:div begin="14s" end="20s">
+           <tt:p>To unmaximize a window, grab the window's titlebar and drag it
+            away from the edges of the screen.</tt:p>
+         </tt:div>
+         <tt:div begin="25s" end="29s">
+           <tt:p>You can also click the top bar to drag the window away and
+            unmaximize it.</tt:p>
+         </tt:div>
+         <tt:div begin="34s" end="38s">
+           <tt:p>To maximize a window along the left side of the screen, grab
+            the window's titlebar and drag it to the left.</tt:p>
+         </tt:div>
+         <tt:div begin="38s" end="40s">
+           <tt:p>When half of the screen is highlighted, release the window.
+           </tt:p>
+         </tt:div>
+         <tt:div begin="41s" end="44s">
+           <tt:p>To maximize a window along the right side of the screen, grab
+            the window's titlebar and drag it to the right.</tt:p>
+         </tt:div>
+         <tt:div begin="44s" end="48s">
+           <tt:p>When half of the screen is highlighted, release the window.
+           </tt:p>
+         </tt:div>
+         <tt:div begin="52s" end="58s">
+           <tt:p>To maximize a window using the keyboard, hold down the
+            <key href="help:gnome-help/keyboard-key-super">Super</key> key and
+            press <key>&#8593;</key>.</tt:p>
+         </tt:div>
+         <tt:div begin="59s" end="63s">
+           <tt:p>To restore the window to its unmaximized size, hold down the
+            <key href="help:gnome-help/keyboard-key-super">Super</key> key and
+            press <key>&#8595;</key>.</tt:p>
+         </tt:div>
+         <tt:div begin="63s" end="68s">
+           <tt:p>To maximize a window along the right side of the screen, hold
+            down the <key href="help:gnome-help/keyboard-key-super">Super</key>
+            key and press <key>&#8594;</key>.</tt:p>
+         </tt:div>
+         <tt:div begin="69s" end="72s">
+           <tt:p>To maximize a window along the left side of the screen, hold
+            down the <key href="help:gnome-help/keyboard-key-super">Super</key>
+            key and press <key>&#8592;</key>.</tt:p>
+         </tt:div>
+         <tt:div begin="73s" end="76s">
+           <tt:p>To move to a workspace which is below the current workspace,
+            press <keyseq><key href="help:gnome-help/keyboard-key-super">Super
+            </key><key>Page Down</key></keyseq>.</tt:p>
+         </tt:div>
+         <tt:div begin="77s" end="80s">
+           <tt:p>To move to a workspace which is above the current workspace,
+            press <keyseq><key href="help:gnome-help/keyboard-key-super">Super
+            </key><key>Page Up</key></keyseq>.</tt:p>
+         </tt:div>
+       </tt:body>
+     </tt:tt>
+  </media>
+  </ui:overlay>
+
+</if:when>
+</if:choose>
+
   <ui:overlay width="235" height="145">
   <media type="video" src="figures/gnome-task-switching.webm" width="700"
    height="394">
     <ui:thumb src="gs-thumb-task-switching.svg">
-        <ui:caption><desc style="center">Switch Tasks</desc></ui:caption>
+        <ui:caption><desc style="center">Switch tasks</desc></ui:caption>
     </ui:thumb>
       <tt:tt xmlns:tt="http://www.w3.org/ns/ttml";>
        <tt:body>
diff --git a/gnome-help/C/gs-switch-tasks.page b/gnome-help/C/gs-switch-tasks.page
index 873c284..3b51782 100644
--- a/gnome-help/C/gs-switch-tasks.page
+++ b/gnome-help/C/gs-switch-tasks.page
@@ -108,9 +108,11 @@
 <if:when test="platform:gnome-classic">
 
   <steps>
-    <item><p>You can switch between tasks by using the window list at the bottom
-     of the screen. Open tasks appear as buttons in the window list.</p></item>
-     <item><p>Click a button in the window list to switch to that task.</p></item>
+    <item><p>You can switch between tasks by using the <gui>window list</gui> at
+     the bottom of the screen. Open tasks appear as buttons in the <gui>window
+     list</gui>.</p></item>
+     <item><p>Click a button in the <gui>window list</gui> to switch to that
+     task.</p></item>
   </steps>
 
 </if:when>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]