mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
gtk: add more keyboard shortcuts to dialog
This commit is contained in:
@ -6,10 +6,40 @@
|
||||
<property name="visible">1</property>
|
||||
<property name="section-name">sysprof</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Sysprof Shortcuts</property>
|
||||
<child>
|
||||
<object class="GtkShortcutsGroup">
|
||||
<property name="visible">1</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Files</property>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">1</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Save Recording</property>
|
||||
<property name="subtitle" translatable="yes" context="shortcut window">Saves the current recording</property>
|
||||
<property name="accelerator"><Primary>s</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">1</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Open recording</property>
|
||||
<property name="subtitle" translatable="yes" context="shortcut window">Opens a previously saved recording</property>
|
||||
<property name="accelerator"><Primary>o</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsGroup">
|
||||
<property name="visible">1</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Recording</property>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">1</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Record again</property>
|
||||
<property name="subtitle" translatable="yes" context="shortcut window">Starts a new recording</property>
|
||||
<property name="accelerator"><Primary>r</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">1</property>
|
||||
|
||||
Reference in New Issue
Block a user