Beef up the shortcuts window demo more

Add more of the complications seen in mockups.
This commit is contained in:
Matthias Clasen
2015-10-12 12:40:56 -04:00
parent 56438b21a6
commit 54c4961278
3 changed files with 27 additions and 4 deletions

View File

@@ -377,12 +377,27 @@
<group>
<property name="title" translatable="yes">Stopwatch</property>
<shortcut>
<property name="accelerator">&lt;ctrl&gt;N</property>
<property name="title" translatable="yes">Add an alarm</property>
<property name="accelerator">space</property>
<property name="title" translatable="yes">Start / Stop / Continue</property>
</shortcut>
<shortcut>
<property name="accelerator">&lt;ctrl&gt;S</property>
<property name="title" translatable="yes">Select alarms</property>
<property name="accelerator">L</property>
<property name="title" translatable="yes">Lap</property>
</shortcut>
<shortcut>
<property name="accelerator">Delete</property>
<property name="title" translatable="yes">Reset</property>
</shortcut>
</group>
<group>
<property name="title" translatable="yes">Timer</property>
<shortcut>
<property name="accelerator">space</property>
<property name="title" translatable="yes">Start / Stop / Pause</property>
</shortcut>
<shortcut>
<property name="accelerator">Delete</property>
<property name="title" translatable="yes">Reset</property>
</shortcut>
</group>
</column>

View File

@@ -253,6 +253,7 @@
<xi:include href="xml/gtktooltip.xml" />
<xi:include href="xml/gtkviewport.xml" />
<xi:include href="xml/gtkaccessible.xml" />
<xi:include href="xml/gtkshortcutswindow.xml" />
</chapter>
<chapter id="AbstractObjects">

View File

@@ -8422,3 +8422,10 @@ GTK_IS_GL_AREA_CLASS
<SUBSECTION Private>
gtk_gl_area_get_type
</SECTION>
<SECTION>
<FILE>gtkshortcutswindow</FILE>
GtkShortcutsWindow
<SUBSECTION Private>
gtk_shortcuts_window_get_type
</SECTION>