[gnome-devel-docs] HIG - add standard keyboard shortcuts for tabs



commit be297f3decbcd63228fac0bb43cdb81fec3c1909
Author: Allan Day <allanpday gmail com>
Date:   Fri Sep 26 13:51:43 2014 +0100

    HIG - add standard keyboard shortcuts for tabs

 hig/C/tabs.page |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/hig/C/tabs.page b/hig/C/tabs.page
index 633c6f3..557e1f7 100644
--- a/hig/C/tabs.page
+++ b/hig/C/tabs.page
@@ -62,5 +62,31 @@
 <item><p>If tabs are an important part of the application, a new tab button can be placed in the header bar 
or toolbar. Do not show a new tab button in applications where tabs will not always be used - keyboard 
shortcuts and/or menu items are sufficient in these cases.</p></item>
 </list>
 
+<section id="keyboard-shortcuts">
+<title>Standard Keyboard Shortcuts</title>
+
+When using dynamic tabs, ensure that the standard keyborad shortcuts are supported.
+
+<table>
+<tr>
+<td><p><keyseq><key>Ctrl</key><key>T</key></keyseq></p></td>
+<td><p>Create a new tab</p></td>
+</tr>
+<tr>
+<td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
+<td><p>Close the current tab</p></td>
+</tr>
+<tr>
+<td><p><keyseq><key>Ctrl</key><key>Page Up</key></keyseq></p></td>
+<td><p>Switch to the next tab</p></td>
+</tr>
+<tr>
+<td><p><keyseq><key>Ctrl</key><key>Page Down</key></keyseq></p></td>
+<td><p>Switch to the previous tab</p></td>
+</tr>
+</table>
+
+</section>
+
 </section>
 </page>


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