[gnome-builder] shortcuts: add ctrl+alt+i (reindent line) to shortcuts overview



commit 03e8292eda2baab1d2ef1d948f4f5dec2d647b55
Author: Christian Hergert <chergert redhat com>
Date:   Sat Oct 10 23:46:05 2015 -0400

    shortcuts: add ctrl+alt+i (reindent line) to shortcuts overview

 data/ui/gb-shortcuts-window.ui |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/gb-shortcuts-window.ui b/data/ui/gb-shortcuts-window.ui
index a7c7396..0d6db60 100644
--- a/data/ui/gb-shortcuts-window.ui
+++ b/data/ui/gb-shortcuts-window.ui
@@ -179,6 +179,10 @@
                 <property name="accelerator">Insert</property>
                 <property name="title" translatable="yes">Toggle overwrite</property>
               </shortcut>
+              <shortcut>
+                <property name="accelerator">&lt;ctrl&gt;&lt;alt&gt;i</property>
+                <property name="title" translatable="yes">Reindent line</property>
+              </shortcut>
             </group>
           </column>
           <column>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]