[gedit] docs: Added shortcut for Quick Open window. Tweaked schematron.



commit 54d9594e3fee9ef144a8dd22b801a268e3b170de
Author: Jim Campbell <jcampbell gnome org>
Date:   Sun Aug 30 20:12:47 2015 -0500

    docs: Added shortcut for Quick Open window. Tweaked schematron.
    
    Added an "Alt-O" shortcut for the quick-open window feature.
    Tweaked schematron check to account for filenames w/ spaces.

 help/C/gedit-shortcut-keys.page |    4 ++++
 help/C/schematron.sh            |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/help/C/gedit-shortcut-keys.page b/help/C/gedit-shortcut-keys.page
index 5105fae..f32e6c9 100644
--- a/help/C/gedit-shortcut-keys.page
+++ b/help/C/gedit-shortcut-keys.page
@@ -128,6 +128,10 @@
           <td><p><keyseq><key>Ctrl</key><key>O</key></keyseq></p></td>
         </tr>
         <tr>
+           <td><p>Open the <gui>Quick Open</gui> window</p></td>
+           <td><p><keyseq><key>Alt</key><key>O</key></keyseq></p></td>
+        </tr>
+        <tr>
           <td><p>Save the current document</p></td>
           <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td>
         </tr>
diff --git a/help/C/schematron.sh b/help/C/schematron.sh
index 8c3a4b9..dc69b43 100755
--- a/help/C/schematron.sh
+++ b/help/C/schematron.sh
@@ -1 +1 @@
-xmllint --noout --schematron gnome-help.sct *.page 2>&1 | grep -v validates
+xmllint --noout --schematron gnome-help.sct ./*.page 2>&1 | grep -v validates


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