[california/wip/732302-help] docs: added a few more shortcuts. used correct ui:expanded syntax



commit 60564b7c8d8ab7b7de90a569af96833b1e3218f2
Author: Jim Campbell <jcampbell gnome org>
Date:   Sun Jul 6 11:09:13 2014 -0500

    docs: added a few more shortcuts. used correct ui:expanded syntax

 help/C/cal-shortcut-keys.page |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/help/C/cal-shortcut-keys.page b/help/C/cal-shortcut-keys.page
index c1b7a70..15732be 100644
--- a/help/C/cal-shortcut-keys.page
+++ b/help/C/cal-shortcut-keys.page
@@ -1,12 +1,12 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
-      xmlns:ui="http://projectmallard.org/ui/1.0/ui_expanded.html";
-      type="guide" style="tip"
+      xmlns:ui="http://projectmallard.org/ui/1.0/";
+      type="guide" style="tip" version="1.0 ui/1.0"
       id="cal-shortcut-keys">
 
   <info>
     <link type="guide" xref="index"/>
-    <revision pkgversion="3.14" date="2014-07-05" status="draft"/>
+    <revision pkgversion="3.14" date="2014-07-06" status="incomplete"/>
 
     <credit type="author copyright">
       <name>Jim Campbell</name>
@@ -20,10 +20,18 @@
   <title>Shortcut keys</title>
 
   <p>Use <gui>shortcut keys</gui> to perform common tasks more quickly than with
-  the mouse and menus. The following table lists <app>California's</app>
+  the mouse and menus. The following table lists all of <app>California's</app>
   shortcut keys.</p>
+  
+  <!-- 
+  I'm including the "ui:expanded" feature even though it's not currently
+  needed. We'll break out the keyboard shortcuts into groups after
+  there are more than a handful shortcuts, and the ui:expanded feature will be
+  useful at that time.
+  -->
 
     <table rules="rows" frame="top bottom" ui:expanded="true">
+    <title>List of Shortcut Keys</title>
       <thead>
         <tr>
           <td><p>To Do This</p></td>
@@ -32,6 +40,14 @@
       </thead>
       <tbody>
         <tr>
+          <td><p>View the next month / week</p></td>
+          <td><p><keyseq><key>Alt</key><key>Right Arrow</key></keyseq></p></td>
+        </tr>
+        <tr>
+          <td><p>View the previous month / week</p></td>
+          <td><p><keyseq><key>Alt</key><key>Left Arrow</key></keyseq></p></td>
+        </tr>
+        <tr>
           <td><p>Open the <em>Quick-add</em> window</p></td>
           <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
         </tr>


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