diff options
Diffstat (limited to 'src/help-overlay.ui')
-rw-r--r-- | src/help-overlay.ui | 162 |
1 files changed, 0 insertions, 162 deletions
diff --git a/src/help-overlay.ui b/src/help-overlay.ui deleted file mode 100644 index 105d876..0000000 --- a/src/help-overlay.ui +++ /dev/null @@ -1,162 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <!-- interface-requires gtk+ 3.17 --> - <object class="GtkShortcutsWindow" id="help_overlay"> - <property name="modal">1</property> - <child> - <object class="GtkShortcutsSection"> - <property name="visible">1</property> - <child> - <object class="GtkShortcutsGroup"> - <property name="visible">1</property> - <property name="title" translatable="yes" context="shortcut window">Scanning</property> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>1</property> - <property name="title" translatable="yes" context="shortcut window">Scan a single page</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>f</property> - <property name="title" translatable="yes" context="shortcut window">Scan all pages from document feeder</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>m</property> - <property name="title" translatable="yes" context="shortcut window">Scan continuously from a flatbed scanner</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator">Escape</property> - <property name="title" translatable="yes" context="shortcut window">Stop scan in progress</property> - </object> - </child> - </object> - </child> - <child> - <object class="GtkShortcutsGroup"> - <property name="visible">1</property> - <property name="title" translatable="yes" context="shortcut window">Document Modification</property> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator">less</property> - <property name="title" translatable="yes" context="shortcut window">Move page left</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator">greater</property> - <property name="title" translatable="yes" context="shortcut window">Move page right</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator">bracketleft</property> - <property name="title" translatable="yes" context="shortcut window">Rotate page to the left (anti-clockwise)</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator">bracketright</property> - <property name="title" translatable="yes" context="shortcut window">Rotate page to the right (clockwise)</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator">Delete</property> - <property name="title" translatable="yes" context="shortcut window">Delete page</property> - </object> - </child> - </object> - </child> - <child> - <object class="GtkShortcutsGroup"> - <property name="visible">1</property> - <property name="title" translatable="yes" context="shortcut window">Document Management</property> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>n</property> - <property name="title" translatable="yes" context="shortcut window">Start new document</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>s</property> - <property name="title" translatable="yes" context="shortcut window">Save scanned document</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>e</property> - <property name="title" translatable="yes" context="shortcut window">Email scanned document</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>p</property> - <property name="title" translatable="yes" context="shortcut window">Print scanned document</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>c</property> - <property name="title" translatable="yes" context="shortcut window">Copy current page to clipboard</property> - </object> - </child> - </object> - </child> - <child> - <object class="GtkShortcutsGroup"> - <property name="visible">1</property> - <property name="title" translatable="yes" context="shortcut window">General</property> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator">F1</property> - <property name="title" translatable="yes" context="shortcut window">Show help</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator">F10</property> - <property name="title" translatable="yes" context="shortcut window">Open menu</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>question</property> - <property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property> - </object> - </child> - <child> - <object class="GtkShortcutsShortcut"> - <property name="visible">1</property> - <property name="accelerator"><ctrl>q</property> - <property name="title" translatable="yes" context="shortcut window">Quit</property> - </object> - </child> - </object> - </child> - </object> - </child> - </object> -</interface> |