[gnome-builder/wip/vim] keybindings: map begin/end to their natural gtk counterparts.



commit f8178c734d24fffebeedcbc6df2d03f73c237ce9
Author: Christian Hergert <christian hergert me>
Date:   Wed Oct 1 14:08:53 2014 -0700

    keybindings: map begin/end to their natural gtk counterparts.

 src/resources/keybindings/default.ini |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/keybindings/default.ini b/src/resources/keybindings/default.ini
index 42975f4..da04d05 100644
--- a/src/resources/keybindings/default.ini
+++ b/src/resources/keybindings/default.ini
@@ -13,8 +13,8 @@ find = <Control>F
 new-tab = <Control><Shift>T
 
 [editor]
-go-to-end = <Control>Page_Down
-go-to-start = <Control>Page_Up
+go-to-end = <Control>End
+go-to-start = <Control>Home
 # I'd like open to not have an accelerator by default eventually. We will move
 # the majority of that feature to the global search making it unnecessary.
 open = <Control><Shift>O


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