[gnome-builder] keybindings: make default keybindings match emacs for error movement



commit 55c4b178f88b35a4ada79c3a50b13a732ff120be
Author: Christian Hergert <christian hergert me>
Date:   Mon Apr 13 16:21:14 2015 -0700

    keybindings: make default keybindings match emacs for error movement

 data/keybindings/default.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/keybindings/default.css b/data/keybindings/default.css
index cba5991..8109dbe 100644
--- a/data/keybindings/default.css
+++ b/data/keybindings/default.css
@@ -30,8 +30,8 @@
   bind "F6" { "action" ("view", "preview", "") };
   bind "F9" { "action" ("workspace", "toggle-sidebar", "") };
 
-  bind "<ctrl>0" { "move-error" (down) };
-  bind "<ctrl>9" { "move-error" (up) };
+  bind "<alt>n" { "move-error" (down) };
+  bind "<alt>p" { "move-error" (up) };
 
   bind "<ctrl>Return" { "action" ("workbench", "show-command-bar", "") };
   bind "<ctrl>KP_Enter" { "action" ("workbench", "show-command-bar", "") };


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