diff options
Diffstat (limited to '')
-rw-r--r-- | gedit/resources/ui/gedit-shortcuts.ui | 487 |
1 files changed, 487 insertions, 0 deletions
diff --git a/gedit/resources/ui/gedit-shortcuts.ui b/gedit/resources/ui/gedit-shortcuts.ui new file mode 100644 index 0000000..0d2f59d --- /dev/null +++ b/gedit/resources/ui/gedit-shortcuts.ui @@ -0,0 +1,487 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.17 --> + <object class="GtkShortcutsWindow" id="shortcuts-gedit"> + <property name="modal">1</property> + <child> + <object class="GtkShortcutsSection"> + <property name="visible">1</property> + <property name="section-name">shortcuts</property> + <property name="max-height">12</property> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Documents</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>T</property> + <property name="title" translatable="yes" context="shortcut window">Create a new document in a tab</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>O</property> + <property name="title" translatable="yes" context="shortcut window">Open a 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 the document</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><shift>S</property> + <property name="title" translatable="yes" context="shortcut window">Save the document with a new filename</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><shift>L</property> + <property name="title" translatable="yes" context="shortcut window">Save all the documents</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>W</property> + <property name="title" translatable="yes" context="shortcut window">Close the document</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><shift>W</property> + <property name="title" translatable="yes" context="shortcut window">Close all the documents</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><shift>T</property> + <property name="title" translatable="yes" context="shortcut window">Reopen the most recently closed document</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><Alt>Page_Down</property> + <property name="title" translatable="yes" context="shortcut window">Switch to the next document</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><Alt>Page_Up</property> + <property name="title" translatable="yes" context="shortcut window">Switch to the previous document</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><Alt>1...9</property> + <property name="title" translatable="yes" context="shortcut window">Switch to the first — ninth document</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Windows and Panels</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>N</property> + <property name="title" translatable="yes" context="shortcut window">Create a new document in a window</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><alt>N</property> + <property name="title" translatable="yes" context="shortcut window">Create a new tab group</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator">F9</property> + <property name="title" translatable="yes" context="shortcut window">Show side panel</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>F9</property> + <property name="title" translatable="yes" context="shortcut window">Show bottom panel</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator">F11</property> + <property name="title" translatable="yes" context="shortcut window">Fullscreen on / off</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 the application</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Find and Replace</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>F</property> + <property name="title" translatable="yes" context="shortcut window">Find</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>G</property> + <property name="title" translatable="yes" context="shortcut window">Find the next match</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><Shift>G</property> + <property name="title" translatable="yes" context="shortcut window">Find the previous match</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>H</property> + <property name="title" translatable="yes" context="shortcut window">Find and Replace</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><Shift>K</property> + <property name="title" translatable="yes" context="shortcut window">Clear highlight</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Undo and Redo</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>Z</property> + <property name="title" translatable="yes" context="shortcut window">Undo previous command</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><shift>Z</property> + <property name="title" translatable="yes" context="shortcut window">Redo previous command</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Selection</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>A</property> + <property name="title" translatable="yes" context="shortcut window">Select all text</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>backslash</property> + <property name="title" translatable="yes" context="shortcut window">Unselect all text</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Copy and Paste</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>C</property> + <property name="title" translatable="yes" context="shortcut window">Copy selected text to clipboard</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>X</property> + <property name="title" translatable="yes" context="shortcut window">Cut selected text to clipboard</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>V</property> + <property name="title" translatable="yes" context="shortcut window">Paste text from clipboard</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Navigation</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>I</property> + <property name="title" translatable="yes" context="shortcut window">Go to line</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator">Home</property> + <property name="title" translatable="yes" context="shortcut window">Move to the beginning of the current line</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator">End</property> + <property name="title" translatable="yes" context="shortcut window">Move to the end of the current line</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>Home</property> + <property name="title" translatable="yes" context="shortcut window">Move to the beginning of the document</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>End</property> + <property name="title" translatable="yes" context="shortcut window">Move to the end of the document</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><alt><shift>Up</property> + <property name="title" translatable="yes" context="shortcut window">Move viewport up within the file</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><alt><shift>Down</property> + <property name="title" translatable="yes" context="shortcut window">Move viewport down within the file</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><alt><shift>End</property> + <property name="title" translatable="yes" context="shortcut window">Move viewport to end of file</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><alt><shift>Home</property> + <property name="title" translatable="yes" context="shortcut window">Move viewport to beginning of file</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>percent</property> + <property name="title" translatable="yes" context="shortcut window">Move to matching bracket</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><Shift><Ctrl><Alt>Page_Up</property> + <property name="title" translatable="yes" context="shortcut window">Go to previous tab group</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><Shift><Ctrl><Alt>Page_Down</property> + <property name="title" translatable="yes" context="shortcut window">Go to next tab group</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Editing</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator">Insert</property> + <property name="title" translatable="yes" context="shortcut window">Toggle insert / overwrite</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator">F7</property> + <property name="title" translatable="yes" context="shortcut window">Toggle cursor visibility</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>D</property> + <property name="title" translatable="yes" context="shortcut window">Delete current line</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><alt>Up</property> + <property name="title" translatable="yes" context="shortcut window">Move current line up</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><alt>Down</property> + <property name="title" translatable="yes" context="shortcut window">Move current line down</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><alt>Left</property> + <property name="title" translatable="yes" context="shortcut window">Move current word left</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><alt>Right</property> + <property name="title" translatable="yes" context="shortcut window">Move current word right</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>U</property> + <property name="title" translatable="yes" context="shortcut window">Convert to uppercase</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>L</property> + <property name="title" translatable="yes" context="shortcut window">Convert to lowercase</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>asciitilde</property> + <property name="title" translatable="yes" context="shortcut window">Invert case</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><shift>a</property> + <property name="title" translatable="yes" context="shortcut window">Increment number at cursor</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl><shift>x</property> + <property name="title" translatable="yes" context="shortcut window">Decrement number at cursor</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">Tools</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><shift>F7</property> + <property name="title" translatable="yes" context="shortcut window">Check spelling</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 the document</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>space</property> + <property name="title" translatable="yes" context="shortcut window">Show completion window</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> + </object> + </child> + </object> + </child> + </object> +</interface> |