688 lines
34 KiB
Plaintext
688 lines
34 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.19 -->
|
||
|
<template class="IdeShortcutsWindow">
|
||
|
<property name="modal">true</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsSection">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="section-name">editor</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Editor Shortcuts</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">General</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Show help</property>
|
||
|
<property name="accelerator">F1</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Toggle primary menu</property>
|
||
|
<property name="accelerator">F10</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Global Search</property>
|
||
|
<property name="accelerator"><ctrl>period</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Preferences</property>
|
||
|
<property name="accelerator"><ctrl>comma</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Command Bar</property>
|
||
|
<property name="accelerator"><ctrl>Return</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Terminal</property>
|
||
|
<property name="accelerator"><ctrl><shift>t</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Terminal in Build Runtime</property>
|
||
|
<property name="accelerator"><ctrl><alt><shift>t</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Keyboard Shortcuts</property>
|
||
|
<property name="accelerator"><ctrl>question</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Toggle Focus Mode</property>
|
||
|
<property name="accelerator">F11</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Panels</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Toggle left panel</property>
|
||
|
<property name="accelerator">F9</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Toggle bottom panel</property>
|
||
|
<property name="accelerator"><ctrl>F9</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Show Find in Project panel</property>
|
||
|
<property name="accelerator"><ctrl><shift>f</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Files</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>n</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Create new document</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</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">true</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">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>s</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Save a copy of the document</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><alt>s</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Save all documents</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><primary>p</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Print the document</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</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">true</property>
|
||
|
<property name="accelerator"><primary><shift>w</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Close all documents</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</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">true</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">true</property>
|
||
|
<property name="accelerator"><ctrl>k</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Show list of open documents</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>k</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Show document outline or symbol tree</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Find and replace</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>i</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Goto Line</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</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">true</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">true</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">true</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">true</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">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Copy and Paste</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</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">true</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">true</property>
|
||
|
<property name="accelerator"><ctrl>v</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Paste text from clipboard</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><alt>d</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Duplicate current line or selection</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Undo and Redo</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</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">true</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">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Zoom</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><control>plus</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Zoom In</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><control>minus</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Zoom Out</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><control>0</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Reset Zoom</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Editing</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</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">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>x</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Decrement number at cursor</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>j</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Join selected lines</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>j</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Sort selected lines</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>u</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Make selection upper case</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>l</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Make selection lower case</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>asciitilde</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Invert selection case</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>space</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Show completion window</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl></property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Toggle opacity of completion window</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator">Insert</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Toggle overwrite</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><alt>i</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Reindent line</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>d</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Delete line</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>r</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Rename symbol</property>
|
||
|
<property name="subtitle" translatable="yes" context="shortcut window">Requires semantic language support</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>m</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Comment code</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>m</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Uncomment code</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><alt>b</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Beautify selected code</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><shift><alt>f</property>
|
||
|
<property name="title" translatable="yes" comments="Translators: LSP stands for Language Server Protocol" context="shortcut window">(LSP only) Format selected code or whole document</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Navigation</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><alt>n</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Move to next error in file</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><alt>p</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Move to previous error in file</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><shift><alt>Left</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Move to previous edit location</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><shift><alt>Right</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Move to next edit location</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><alt>period</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Jump to definition of symbol</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>space</property>
|
||
|
<!-- FIXME: find references of what? it doesn't seem to work here, there's always no results. -->
|
||
|
<property name="title" translatable="yes" context="shortcut window">Find references</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</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">true</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">true</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">true</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">true</property>
|
||
|
<property name="accelerator"><ctrl>percent</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Move to matching bracket</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Selections</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>a</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Select all</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>backslash</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Unselect all</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Build and Run</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>F7</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Build</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>F7</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Rebuild</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>F5</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Run</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl>F8</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Profile</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsSection">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="section-name">terminal</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Terminal Shortcuts</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">General</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Global Search</property>
|
||
|
<property name="accelerator"><ctrl>period</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Preferences</property>
|
||
|
<property name="accelerator"><ctrl>comma</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Command Bar</property>
|
||
|
<property name="accelerator"><ctrl>Return</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Terminal</property>
|
||
|
<property name="accelerator"><ctrl><shift>t</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Terminal in Build Runtime</property>
|
||
|
<property name="accelerator"><ctrl><alt><shift>t</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Keyboard Shortcuts</property>
|
||
|
<property name="accelerator"><ctrl>question</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Copy and Paste</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>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">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>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">true</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Search</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">true</property>
|
||
|
<property name="accelerator"><ctrl><shift>f</property>
|
||
|
<property name="title" translatable="yes" context="shortcut window">Find text within terminal</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
<object class="GThemedIcon" id="swipe_right">
|
||
|
<property name="name">gesture-three-finger-swipe-right-symbolic</property>
|
||
|
</object>
|
||
|
<object class="GThemedIcon" id="swipe_left">
|
||
|
<property name="name">gesture-three-finger-swipe-left-symbolic</property>
|
||
|
</object>
|
||
|
</interface>
|