email-client

A gtk4 Email Client
git clone git://archive.git.mtrnord.blog/erooster-mail/email-client.git
Log | Files | Refs | LICENSE

shortcuts.ui (869B)


      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           </object>
     19         </child>
     20       </object>
     21     </child>
     22   </object>
     23 </interface>