mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
64 lines
2.8 KiB
XML
64 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkShortcutsWindow" id="help_overlay">
|
|
<property name="modal">True</property>
|
|
<child>
|
|
<object class="GtkShortcutsSection">
|
|
<property name="section-name">shortcuts</property>
|
|
<property name="max-height">10</property>
|
|
<child>
|
|
<object class="GtkShortcutsGroup">
|
|
<property name="title" translatable="yes" context="shortcut window">General</property>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Keyboard Shortcuts</property>
|
|
<property name="action-name">win.show-help-overlay</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Lock</property>
|
|
<property name="action-name">app.lock</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Preferences</property>
|
|
<property name="action-name">app.preferences</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Quit</property>
|
|
<property name="action-name">app.quit</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsGroup">
|
|
<property name="title" translatable="yes" context="shortcut window">Accounts</property>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">New Account</property>
|
|
<property name="action-name">win.add_account</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Search</property>
|
|
<property name="action-name">win.search</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Show Providers List</property>
|
|
<property name="action-name">app.providers</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|