[devhelp] app: by convenience, also ctrl+l to focus search



commit 2d13ab5ab32cea91647b670a2e28c79e10638686
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue Feb 5 19:43:38 2013 +0100

    app: by convenience, also ctrl+l to focus search
    
    We don't really have a link entry like web browsers, but this is what they
    use as keybinding.

 src/dh-app.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/dh-app.c b/src/dh-app.c
index 0728c16..0aea867 100644
--- a/src/dh-app.c
+++ b/src/dh-app.c
@@ -278,6 +278,7 @@ setup_accelerators (DhApp *self)
         gtk_application_add_accelerator (GTK_APPLICATION (self), "<Primary>minus", "win.zoom-out",     NULL);
         gtk_application_add_accelerator (GTK_APPLICATION (self), "<Primary>plus",  "win.zoom-in",      NULL);
         gtk_application_add_accelerator (GTK_APPLICATION (self), "<Primary>k",     "win.focus-search", NULL);
+        gtk_application_add_accelerator (GTK_APPLICATION (self), "<Primary>l",     "win.focus-search", NULL);
         gtk_application_add_accelerator (GTK_APPLICATION (self), "<Primary>f",     "win.find",         NULL);
         gtk_application_add_accelerator (GTK_APPLICATION (self), "<Primary>c",     "win.copy",         NULL);
         gtk_application_add_accelerator (GTK_APPLICATION (self), "<Primary>p",     "win.print",        NULL);



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