[gnome-builder/wip/chergert/shortcuts: 24/24] shortcuts: add terminal shortcuts



commit 7bb3a82364292cfa08b37eef1484b9105ea4942f
Author: Christian Hergert <christian hergert me>
Date:   Sat Aug 29 19:47:04 2015 -0700

    shortcuts: add terminal shortcuts

 src/keybindings/gb-shortcuts-window.defs |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/src/keybindings/gb-shortcuts-window.defs b/src/keybindings/gb-shortcuts-window.defs
index d0079e4..2822c83 100644
--- a/src/keybindings/gb-shortcuts-window.defs
+++ b/src/keybindings/gb-shortcuts-window.defs
@@ -1,11 +1,8 @@
 #define GENERAL_GROUP \
         GROUP ( \
           _("General"), \
-          SHORTCUT ("F1", _("Editor")) \
-          SHORTCUT ("F2", _("Designer")) \
-          SHORTCUT ("F3", _("Debugger")) \
-          SHORTCUT ("F4", _("Version Control")) \
-          SHORTCUT ("<ctrl>period", _("Focus global search")) \
+          SHORTCUT ("<ctrl>period", _("Global Search")) \
+          SHORTCUT ("<ctrl>comma", _("Preferences")) \
         )
 
 VIEWS (
@@ -63,6 +60,23 @@ VIEWS (
       )
     )
   )
+
+  VIEW (
+    "terminal",
+    _("Terminal Shortcuts"),
+    PAGE (
+      COLUMN (
+        GENERAL_GROUP
+      )
+      COLUMN (
+        GROUP (
+          _("Copy and Paste"),
+          SHORTCUT ("<ctrl><shift>c", _("Copy selected text to clipboard"))
+          SHORTCUT ("<ctrl><shift>p", _("Paste text from clipboard"))
+        )
+      )
+    )
+  )
 )
 
 #undef GENERAL_GROUP


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