[gnome-builder] shortcuts: add more shortcuts
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-builder] shortcuts: add more shortcuts
- Date: Mon, 31 Aug 2015 07:55:10 +0000 (UTC)
commit 9f2e2a27d4d0aa2fbc8d597a367d14738a88f8ae
Author: Christian Hergert <christian hergert me>
Date:   Mon Aug 31 00:47:19 2015 -0700
    shortcuts: add more shortcuts
 data/ui/gb-shortcuts-window.ui |  113 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 113 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/gb-shortcuts-window.ui b/data/ui/gb-shortcuts-window.ui
index f01c07f..45acd8b 100644
--- a/data/ui/gb-shortcuts-window.ui
+++ b/data/ui/gb-shortcuts-window.ui
@@ -88,6 +88,10 @@
                 <property name="title" translatable="yes">Switch to the previous document</property>
               </shortcut>
               <shortcut>
+                <property name="accelerator"><ctrl>k</property>
+                <property name="title" translatable="yes">Show list of open files</property>
+              </shortcut>
+              <shortcut>
                 <property name="accelerator">F4</property>
                 <property name="title" translatable="yes">Switch to source or header</property>
               </shortcut>
@@ -125,6 +129,115 @@
             </group>
           </column>
         </page>
+        <page>
+          <column>
+            <group>
+              <property name="title" translatable="yes">Copy and Paste</property>
+              <shortcut>
+                <property name="accelerator"><ctrl>c</property>
+                <property name="title" translatable="yes">Copy selected text to clipboard</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><ctrl>x</property>
+                <property name="title" translatable="yes">Cut selected text to clipboard</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><ctrl>v</property>
+                <property name="title" translatable="yes">Paste text from clipboard</property>
+              </shortcut>
+            </group>
+            <group>
+              <property name="title" translatable="yes">Undo and Redo</property>
+              <shortcut>
+                <property name="accelerator"><ctrl>z</property>
+                <property name="title" translatable="yes">Undo previous command</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><ctrl><shift>z</property>
+                <property name="title" translatable="yes">Redo previous command</property>
+              </shortcut>
+            </group>
+            <group>
+              <property name="title" translatable="yes">Editing</property>
+              <shortcut>
+                <property name="accelerator"><ctrl><shift>a</property>
+                <property name="title" translatable="yes">Increment number at cursor</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><ctrl><shift>x</property>
+                <property name="title" translatable="yes">Decrement number at cursor</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><ctrl>j</property>
+                <property name="title" translatable="yes">Join selected lines</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><ctrl>space</property>
+                <property name="title" translatable="yes">Show completion window</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator">Insert</property>
+                <property name="title" translatable="yes">Toggle overwrite</property>
+              </shortcut>
+            </group>
+          </column>
+          <column>
+            <group>
+              <property name="title" translatable="yes">Navigation</property>
+              <shortcut>
+                <property name="accelerator"><alt>n</property>
+                <property name="title" translatable="yes">Move to next error in file</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><alt>p</property>
+                <property name="title" translatable="yes">Move to previous error in file</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><shift><alt>Left</property>
+                <property name="title" translatable="yes">Move to previous edit location</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><shift><alt>Right</property>
+                <property name="title" translatable="yes">Move to next edit location</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><alt>period</property>
+                <property name="title" translatable="yes">Jump to definition of symbol</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><alt><shift>Up</property>
+                <property name="title" translatable="yes">Move viewport up within the file</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><alt><shift>Down</property>
+                <property name="title" translatable="yes">Move viewport down within the file</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><alt><shift>End</property>
+                <property name="title" translatable="yes">Move viewport to end of file</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><alt><shift>Home</property>
+                <property name="title" translatable="yes">Move viewport to beginning of file</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><ctrl>percent</property>
+                <property name="title" translatable="yes">Move to matching bracket</property>
+              </shortcut>
+            </group>
+            <group>
+              <property name="title" translatable="yes">Selections</property>
+              <shortcut>
+                <property name="accelerator"><ctrl>a</property>
+                <property name="title" translatable="yes">Select all</property>
+              </shortcut>
+              <shortcut>
+                <property name="accelerator"><ctrl>backslash</property>
+                <property name="title" translatable="yes">Unselect all</property>
+              </shortcut>
+            </group>
+          </column>
+        </page>
       </view>
       <view name="terminal">
         <property name="title" translatable="yes">Terminal Shortcuts</property>
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]