[gnome-devel-docs] Fixes for keyboard-input



commit 87cd1115700cd9aa43416ee4d3e6515ab057fda5
Author: Marius Gedminas <marius gedmin as>
Date:   Thu Sep 10 08:44:21 2015 +0300

    Fixes for keyboard-input
    
    The lock key is Super+L, not Super+(blank).
    
    The Print Preview key needs only one of the Ctrl keys to be held down.
    
    The Home action is not called Up.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754817

 hig/C/keyboard-input.page |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/hig/C/keyboard-input.page b/hig/C/keyboard-input.page
index 8c2e5b7..0ce394a 100644
--- a/hig/C/keyboard-input.page
+++ b/hig/C/keyboard-input.page
@@ -182,7 +182,7 @@
 </tr>
 <tr>
 <td><p>Lock</p></td>
-<td><p><keyseq><key>Super</key><key></key></keyseq></p></td>
+<td><p><keyseq><key>Super</key><key>L</key></keyseq></p></td>
 <td><p>None</p></td>
 <td><p>Locks the system by blanking the screen and requiring a password to unlock, if one has been 
set.</p></td>
 </tr>
@@ -353,7 +353,7 @@
 </tr>
 <tr>
 <td><p><gui>Print Preview</gui></p></td>
-<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Ctrl</key><key>P</key></keyseq></p></td>
+<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>P</key></keyseq></p></td>
 <td><p>Shows the user what the printed document will look like. Present a new window containing an accurate 
representation of the appearance of the document as it would be printed.</p></td>
 </tr>
 <tr>
@@ -668,7 +668,7 @@
 <td><p>Navigates to the parent content item, document, page or section.</p></td>
 </tr>
 <tr>
-<td><p><gui>Up</gui></p></td>
+<td><p><gui>Home</gui></p></td>
 <td><p><keyseq><key>Alt</key><key>Home</key></keyseq></p></td>
 <td><p>Navigates to a starting page defined by the user or the application.</p></td>
 </tr>


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