[gnome-builder] keybindings: copy emacs accelerator for default mode "goto-definition"



commit 4ab054d5944c1c80b9ab943aa82e01ab4eb737b5
Author: Christian Hergert <christian hergert me>
Date:   Fri Mar 27 17:25:09 2015 -0700

    keybindings: copy emacs accelerator for default mode "goto-definition"

 data/keybindings/default.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/default.css b/data/keybindings/default.css
index 690b740..cba5991 100644
--- a/data/keybindings/default.css
+++ b/data/keybindings/default.css
@@ -11,6 +11,7 @@
   bind "<alt><shift>Left" { "action" ("navigation", "go-backward", "") };
   bind "<alt><shift>Right" { "action" ("navigation", "go-forward", "") };
   bind "<ctrl>w" { "action" ("view", "close", "") };
+  bind "<alt>period" { "goto-definition" () };
 
   /* cycle "tabs" */
   bind "<ctrl>Page_Up" { "action" ("view-stack", "previous-view", "") };


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