[gnome-user-docs] Add keyboard shortcut for message tray



commit 5f482b35e9860d6ba3913c627691af741f1d41ad
Author: Michael Hill <mdhill src gnome org>
Date:   Sat Oct 13 17:35:41 2012 -0400

    Add keyboard shortcut for message tray

 gnome-help/C/keyboard-nav.page             |   11 ++++-------
 gnome-help/C/shell-introduction.page       |   13 +++++++++----
 gnome-help/C/shell-keyboard-shortcuts.page |   13 +++++++++++--
 gnome-help/C/shell-notifications.page      |   14 ++++++++++----
 4 files changed, 34 insertions(+), 17 deletions(-)
---
diff --git a/gnome-help/C/keyboard-nav.page b/gnome-help/C/keyboard-nav.page
index cd89e53..8c69500 100644
--- a/gnome-help/C/keyboard-nav.page
+++ b/gnome-help/C/keyboard-nav.page
@@ -34,13 +34,6 @@
     to drive things with the keyboard is a burden.</p>
   </comment>
 
-  <comment>
-    <cite date="2012-03-14" href="mailto:shaunm gnome org">Shaun McCance</cite>
-    <p>The message tray isn't keyboard accessible. Watch <link
-    href="https://bugzilla.gnome.org/show_bug.cgi?id=672086";>bug #672086</link>
-    and add an item here if it's fixed.</p>
-  </comment>
-
   <p>This page details keyboard navigation for people who cannot use a mouse or
   other pointing device, or who want to use a keyboard as much as possible. For
   keyboard shortcuts that are useful to all users, see
@@ -160,6 +153,10 @@
     <td><p><keyseq><key>Alt</key><key>Esc</key></keyseq></p></td>
     <td><p>Cycle through all open windows on a workspace.</p></td>
   </tr>
+  <tr>
+    <td><p><keyseq><key xref="windows-key">Super</key><key>M</key></keyseq></p></td>
+    <td><p><link xref="shell-notifications#messagingtray">Open the message tray.</link></p></td>
+  </tr>
 </table>
 
 <table frame="top bottom" rules="rows">
diff --git a/gnome-help/C/shell-introduction.page b/gnome-help/C/shell-introduction.page
index 5d0b903..d8801d7 100644
--- a/gnome-help/C/shell-introduction.page
+++ b/gnome-help/C/shell-introduction.page
@@ -10,12 +10,16 @@
     <desc>A visual introduction to your desktop, the top bar, and the
     activities overview.</desc>
 
-    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
+    <revision pkgversion="3.6.0" version="0.2" date="2012-10-13" status="review"/>
 
     <credit type="author">
       <name>Shaun McCance</name>
       <email>shaunm gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Michael Hill</name>
+      <email>mdhillca gmail com</email>
+    </credit>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
@@ -165,8 +169,9 @@ suspend or power off the computer from the menu.</p>
 <section id="message-tray">
 <title>Message Tray</title>
   <p>The message tray can be brought into view by moving your mouse into the
- bottom-right corner.  This is where your notifications are stored until you are
- ready to view them.</p>
+ bottom-right corner, or by pressing
+ <keyseq><key xref="windows-key">Super</key><key>M</key></keyseq>.  This is
+ where your notifications are stored until you are ready to view them.</p>
 
 <list style="compact">
 <item><p><link xref="shell-notifications">Learn more about notifications and
@@ -174,4 +179,4 @@ suspend or power off the computer from the menu.</p>
 </list>
 </section>
 
-</page>
\ No newline at end of file
+</page>
diff --git a/gnome-help/C/shell-keyboard-shortcuts.page b/gnome-help/C/shell-keyboard-shortcuts.page
index c362561..cc0fb93 100644
--- a/gnome-help/C/shell-keyboard-shortcuts.page
+++ b/gnome-help/C/shell-keyboard-shortcuts.page
@@ -9,13 +9,18 @@
     <link type="seealso" xref="windows-key"/>
     <link type="guide" xref="index" group="shell-keyboard-shortcuts"/>
     <desc>Get around the desktop using the keyboard.</desc>
-    <revision pkgversion="3.4.0" date="2012-03-14" status="candidate"/>
+
+    <revision pkgversion="3.6.0" version="0.2" date="2012-10-13" status="review"/>
 
     <credit type="author copyright">
       <name>Shaun McCance</name>
       <email>shaunm gnome org</email>
       <years>2012</years>
     </credit>
+    <credit type="editor">
+      <name>Michael Hill</name>
+      <email>mdhillca gmail com</email>
+    </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
@@ -84,6 +89,10 @@ information on navigating user interfaces with only the keyboard.</p>
     <td><p><keyseq><key>Ctrl</key><key>Alt</key><key>L</key></keyseq></p></td>
     <td><p><link xref="shell-exit#lock-screen">Lock the screen.</link></p></td>
   </tr>
+  <tr xml:id="super-m">
+    <td><p><keyseq><key xref="windows-key">Super</key><key>M</key></keyseq></p></td>
+    <td><p><link xref="shell-notifications#messagingtray">Open the message tray.</link></p></td>
+  </tr>
 </table>
 
 <table rules="rows" frame="top bottom" ui:expanded="no">
@@ -134,4 +143,4 @@ information on navigating user interfaces with only the keyboard.</p>
   </tr>
 </table>
 
-</page>
\ No newline at end of file
+</page>
diff --git a/gnome-help/C/shell-notifications.page b/gnome-help/C/shell-notifications.page
index 6f2a5d0..5ba0363 100644
--- a/gnome-help/C/shell-notifications.page
+++ b/gnome-help/C/shell-notifications.page
@@ -9,12 +9,16 @@
     <desc>Messages pop-up at the bottom of the screen telling you when certain
     events happen.</desc>
 
-    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
+    <revision pkgversion="3.6.0" version="0.2" date="2012-10-13" status="review"/>
 
     <credit type="author">
       <name>Marina Zhurakhinskaya</name>
       <email>marinaz redhat com</email>
     </credit>
+    <credit type="editor">
+      <name>Michael Hill</name>
+      <email>mdhillca gmail com</email>
+    </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
@@ -46,8 +50,10 @@
 <title>The message tray</title>
   <p>The message tray gives you a way to get back to your notifications when it
  is convenient for you. It appears when you move your mouse to the bottom right
- corner of the screen, and contains all the notifications that you have not
- acted upon or that permanently reside in it.</p>
+ corner of the screen, or press
+ <keyseq><key xref="windows-key">Super</key><key>M</key></keyseq>. The message
+ tray contains all the notifications that you have not acted upon or that
+ permanently reside in it.</p>
   <p>You can view the notifications by clicking on the message tray items. These
  are usually messages sent by applications. However, chat notifications are
  given special treatment, and are represented by the individual contacts who sent
@@ -75,4 +81,4 @@
  shown to you when you switch the toggle to <gui>ON</gui> again.</p>
 
 </section>
-</page>
\ No newline at end of file
+</page>



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