[gnome-getting-started-docs] Add responding-to-messages procedure; small edits



commit 0b6bf0e5d5bb06dafdf3cc3065f28d8300244546
Author: Petr Kovar <pkovar redhat com>
Date:   Fri Nov 30 14:40:15 2012 +0100

    Add responding-to-messages procedure; small edits

 getting-started/C/change-wallpaper.page       |   12 ++++-
 getting-started/C/launch-apps.page            |    6 +--
 getting-started/C/responding-to-messages.page |   54 ++++++++++++++++++++++++-
 getting-started/C/switching-tasks.page        |    3 +
 4 files changed, 66 insertions(+), 9 deletions(-)
---
diff --git a/getting-started/C/change-wallpaper.page b/getting-started/C/change-wallpaper.page
index b030c85..81d87e6 100644
--- a/getting-started/C/change-wallpaper.page
+++ b/getting-started/C/change-wallpaper.page
@@ -9,6 +9,9 @@
     <credit type="author">
       <name>Jakub Steiner</name>
     </credit>
+    <credit type="author">
+      <name>Petr Kovar</name>
+    </credit>
     <link type="guide" xref="index" group="tasks"/>
     <title role="trail" type="link">Change the wallpaper</title>
   </info>
@@ -21,12 +24,15 @@
     <title>Change the wallpaper</title>
     
     <steps>
-      <item><p>Click your name on the top bar and select <gui>Settings</gui>.</p></item>
+      <item><p>Click your name on the top bar and select <gui>Settings</gui>.
+      </p></item>
       <item><p>From the list of items, select <gui>Background</gui>.</p></item>
-      <item><p>Click the image of your current wallpaper in the center of the <gui>Background</gui> window.</p></item>
+      <item><p>Click the image of your current wallpaper in the center of the
+      <gui>Background</gui> window.</p></item>
       <item><p>Click the background image that you want to use.</p></item>
       <item><p>Click the <gui>Select</gui> button.</p></item>
-      <item><p>Close the <gui>Background</gui> window by clicking the cross at the top-right corner of the window.</p></item>
+      <item><p>Close the <gui>Background</gui> window by clicking the cross at
+      the top-right corner of the window.</p></item>
     </steps>
   </section>
 
diff --git a/getting-started/C/launch-apps.page b/getting-started/C/launch-apps.page
index 283064f..a70e90d 100644
--- a/getting-started/C/launch-apps.page
+++ b/getting-started/C/launch-apps.page
@@ -7,13 +7,9 @@
   <info>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
     <credit type="author">
-      <name>GNOME Documentation Project</name>
-      <email>gnome-doc-list gnome org</email>
-    </credit>
-    <credit type="editor">
       <name>Jakub Steiner</name>
     </credit>
-    <credit type="editor">
+    <credit type="author">
       <name>Petr Kovar</name>
     </credit>
 
diff --git a/getting-started/C/responding-to-messages.page b/getting-started/C/responding-to-messages.page
index 82156db..b136611 100644
--- a/getting-started/C/responding-to-messages.page
+++ b/getting-started/C/responding-to-messages.page
@@ -1,6 +1,7 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:ui="http://projectmallard.org/experimental/ui/";
-      type="topic" style="ui"
+      type="topic"
+      style="ui"
       id="responding-to-messages">
 
   <info>
@@ -8,6 +9,9 @@
     <credit type="author">
       <name>Jakub Steiner</name>
     </credit>
+    <credit type="author">
+      <name>Petr Kovar</name>
+    </credit>
     <link type="guide" xref="index" group="tasks"/>
     <title role="trail" type="link">Responding to messages</title>
   </info>
@@ -15,6 +19,54 @@
   <title>Responding to messages</title>
 
   <media type="video" src="figures/responding-to-messages.webm" width="700" height="394"/>
+  
+  <section id="responding-to-messages-mouse">
+    <title>Responding to a chat message with the mouse</title>
+    
+    <steps>
+      <item><p>Move your mouse to the message tray that can found at the bottom
+       of the screen and click the chat message.</p></item>
+      <item><p>Start typing your reply and when finished, press <key>Enter</key>
+       to send the reply.</p></item>
+      <item><p>To close the chat message, click the close button at the top
+       right corner of the chat message.</p></item>
+    </steps>
+    <p></p>
+  </section>
+  
+  <section id="responding-to-messages-delayed-mouse">
+    <title>Delayed response to a chat message using the mouse</title>
+    
+    <steps>
+      <item><p>When a chat message appears in the message tray and you do not
+       move your mouse to the message tray, the message disappears after a
+       while.</p></item>
+      <item><p>To get back to your unanswered message, move your mouse to the
+       message tray at the very bottom of the screen.</p></item>
+      <item><p>When the message tray appears, click a small image that
+       represents the person who sent you the message.</p></item>
+      <item><p>When the chat message is shown, start typing your reply and when
+       finished, press <key>Enter</key> to send the reply.</p></item>
+      <item><p>To close the chat message, click the close button at the top
+       right corner of the chat message.</p></item>
+    </steps>
+    
+  </section>
+  
+  <section id="responding-to-messages-delayed-keyboard">
+    <title>Delayed response to a chat message using the keyboard</title>
+    <steps>
+      <item><p>To get back to your unanswered chat messages, press <keyseq><key>
+      Super</key><key>M</key></keyseq> to display the message tray that contains
+      the messages.</p></item>
+      <item><p>Use the arrow keys to select a small image representing the
+      person you want to reply to, and press <key>Enter</key>.</p></item>
+      <item><p>Start typing your reply and when finished, press <key>Enter</key>
+      to send the reply.</p></item>
+      <item><p>Press <key>Ecs</key> to close the chat message.</p></item>
+    </steps>
+
+  </section>
 
 
 </page>
diff --git a/getting-started/C/switching-tasks.page b/getting-started/C/switching-tasks.page
index e3fcfa2..9712d28 100644
--- a/getting-started/C/switching-tasks.page
+++ b/getting-started/C/switching-tasks.page
@@ -8,6 +8,9 @@
     <credit type="author">
       <name>Jakub Steiner</name>
     </credit>
+    <credit type="author">
+      <name>Petr Kovar</name>
+    </credit>
     <link type="guide" xref="index" group="videos"/>
     <title role="trail" type="link">Switching tasks</title>
     <ui:thumb src="figures/task-switching.png"/>



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