heic2jpg

git clone git://archive.git.mtrnord.blog/MTRNord/heic2jpg.git
Log | Files | Refs | README | LICENSE

shortcuts.ui (1152B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <interface>
      3   <object class="GtkShortcutsWindow" id="help_overlay">
      4     <property name="modal">True</property>
      5     <child>
      6       <object class="GtkShortcutsSection">
      7         <property name="section-name">shortcuts</property>
      8         <property name="max-height">10</property>
      9         <child>
     10           <object class="GtkShortcutsGroup">
     11             <property name="title" translatable="yes" context="shortcut window">General</property>
     12             <child>
     13               <object class="GtkShortcutsShortcut">
     14                 <property name="title" translatable="yes" context="shortcut window">Show Shortcuts</property>
     15                 <property name="action-name">win.show-help-overlay</property>
     16               </object>
     17             </child>
     18             <child>
     19               <object class="GtkShortcutsShortcut">
     20                 <property name="title" translatable="yes" context="shortcut window">Quit</property>
     21                 <property name="action-name">app.quit</property>
     22               </object>
     23             </child>
     24           </object>
     25         </child>
     26       </object>
     27     </child>
     28   </object>
     29 </interface>