[gnome-latex] Change FindAndReplace shortcut to Ctrl+H



commit 0e48721f68547f83c368f396a8352b98fa3bbc44
Author: Robert Griesel <r griesel gmail com>
Date:   Tue Feb 27 22:20:48 2018 +0100

    Change FindAndReplace shortcut to Ctrl+H
    
    Like in gedit.
    
    https://gitlab.gnome.org/GNOME/gnome-latex/issues/48

 src/main_window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/main_window.vala b/src/main_window.vala
index c010510..e4ca13d 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -41,7 +41,7 @@ public class MainWindow : ApplicationWindow
         { "Search", null, N_("_Search") },
         { "SearchFind", "edit-find", N_("_Find"), "<Control>F",
             N_("Search for text"), on_search_find },
-        { "SearchReplace", "edit-find-replace", N_("Find and _Replace"), "<Control>R",
+        { "SearchReplace", "edit-find-replace", N_("Find and _Replace"), "<Control>H",
             N_("Search for and replace text"), on_search_replace },
         { "SearchGoToLine", "go-jump", N_("_Go to Line..."), "<Control>G",
             N_("Go to a specific line"), on_search_goto_line },


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