[gnome-devel-docs] HIG - add select all and deselect all to standard shortcuts



commit 156f8baf2e9936092ddb63bcf95691e3c011401f
Author: Allan Day <allanpday gmail com>
Date:   Fri Sep 26 16:26:13 2014 +0100

    HIG - add select all and deselect all to standard shortcuts
    
    They're fairly common.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=501441

 hig/C/keyboard-input.page |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/hig/C/keyboard-input.page b/hig/C/keyboard-input.page
index 9e4ec1c..e9c044c 100644
--- a/hig/C/keyboard-input.page
+++ b/hig/C/keyboard-input.page
@@ -321,6 +321,17 @@ Do not assign system-level shortcut keys. These use the Super key (sometimes kno
 <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Z</key></keyseq></p></td>
 <td><p>Redo the last operation</p></td>
 </tr>
+<tr>
+<td><p><gui>Select All</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>A</key></keyseq></p></td>
+<td><p>Selects all content in the current document.</p></td>
+</tr>
+<tr>
+<td><p><gui>Deselect All</gui></p></td>
+<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>A</key></keyseq></p></td>
+<td><p>Deselects all content in the current document.</p></td>
+</tr>
+
 </tbody>
 </table>
 


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