|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<interface> |
| 3 | + <object class="AdwShortcutsDialog" id="shortcuts_dialog"> |
| 4 | + <child> |
| 5 | + <object class="AdwShortcutsSection"> |
| 6 | + <property name="title" translatable="yes" context="shortcut window">General</property> |
| 7 | + <child> |
| 8 | + <object class="AdwShortcutsItem"> |
| 9 | + <property name="title" translatable="yes" context="shortcut window">Keyboard Shortcuts</property> |
| 10 | + <property name="action-name">app.shortcuts</property> |
| 11 | + </object> |
| 12 | + </child> |
| 13 | + <child> |
| 14 | + <object class="AdwShortcutsItem"> |
| 15 | + <property name="title" translatable="yes" context="shortcut window">Settings</property> |
| 16 | + <property name="action-name">win.preferences</property> |
| 17 | + </object> |
| 18 | + </child> |
| 19 | + <child> |
| 20 | + <object class="AdwShortcutsItem"> |
| 21 | + <property name="title" translatable="yes" context="shortcut window">Command Log</property> |
| 22 | + <property name="action-name">win.command-log</property> |
| 23 | + </object> |
| 24 | + </child> |
| 25 | + <child> |
| 26 | + <object class="AdwShortcutsItem"> |
| 27 | + <property name="title" translatable="yes" context="shortcut window">Quit</property> |
| 28 | + <property name="action-name">app.quit</property> |
| 29 | + </object> |
| 30 | + </child> |
| 31 | + </object> |
| 32 | + </child> |
| 33 | + <child> |
| 34 | + <object class="AdwShortcutsSection"> |
| 35 | + <property name="title" translatable="yes" context="shortcut window">Containers</property> |
| 36 | + <child> |
| 37 | + <object class="AdwShortcutsItem"> |
| 38 | + <property name="title" translatable="yes" context="shortcut window">Refresh</property> |
| 39 | + <property name="action-name">win.refresh</property> |
| 40 | + </object> |
| 41 | + </child> |
| 42 | + <child> |
| 43 | + <object class="AdwShortcutsItem"> |
| 44 | + <property name="title" translatable="yes" context="shortcut window">Upgrade Container</property> |
| 45 | + <property name="action-name">win.upgrade-container</property> |
| 46 | + </object> |
| 47 | + </child> |
| 48 | + <child> |
| 49 | + <object class="AdwShortcutsItem"> |
| 50 | + <property name="title" translatable="yes" context="shortcut window">Upgrade All</property> |
| 51 | + <property name="action-name">win.upgrade-all</property> |
| 52 | + </object> |
| 53 | + </child> |
| 54 | + <child> |
| 55 | + <object class="AdwShortcutsItem"> |
| 56 | + <property name="title" translatable="yes" context="shortcut window">Clone Container</property> |
| 57 | + <property name="action-name">win.clone-container</property> |
| 58 | + </object> |
| 59 | + </child> |
| 60 | + <child> |
| 61 | + <object class="AdwShortcutsItem"> |
| 62 | + <property name="title" translatable="yes" context="shortcut window">Stop Container</property> |
| 63 | + <property name="action-name">win.stop-container</property> |
| 64 | + </object> |
| 65 | + </child> |
| 66 | + <child> |
| 67 | + <object class="AdwShortcutsItem"> |
| 68 | + <property name="title" translatable="yes" context="shortcut window">Delete Container</property> |
| 69 | + <property name="action-name">win.delete-container</property> |
| 70 | + </object> |
| 71 | + </child> |
| 72 | + <child> |
| 73 | + <object class="AdwShortcutsItem"> |
| 74 | + <property name="title" translatable="yes" context="shortcut window">Open Terminal</property> |
| 75 | + <property name="action-name">win.open-terminal</property> |
| 76 | + </object> |
| 77 | + </child> |
| 78 | + <child> |
| 79 | + <object class="AdwShortcutsItem"> |
| 80 | + <property name="title" translatable="yes" context="shortcut window">Install Package</property> |
| 81 | + <property name="action-name">win.install-package</property> |
| 82 | + </object> |
| 83 | + </child> |
| 84 | + <child> |
| 85 | + <object class="AdwShortcutsItem"> |
| 86 | + <property name="title" translatable="yes" context="shortcut window">View Exportable Apps</property> |
| 87 | + <property name="action-name">win.view-exportable-apps</property> |
| 88 | + </object> |
| 89 | + </child> |
| 90 | + </object> |
| 91 | + </child> |
| 92 | + </object> |
| 93 | +</interface> |
0 commit comments