[eog] EogApplication: Restrore Ctrl+W shortcut for closing windows



commit 2d9488125360a2a149ddfa6c9d678487ac6f4f41
Author: Felix Riemann <friemann gnome org>
Date:   Thu Apr 16 23:48:34 2015 +0200

    EogApplication: Restrore Ctrl+W shortcut for closing windows
    
    Seems to have gone missing during the GAction migration.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747806

 src/eog-application.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/eog-application.c b/src/eog-application.c
index f7560cc..785ae49 100644
--- a/src/eog-application.c
+++ b/src/eog-application.c
@@ -225,6 +225,7 @@ eog_application_init_accelerators (GtkApplication *application)
                "win.open",             "<Ctrl>o", NULL ,
                "win.save",             "<Ctrl>s", NULL ,
                "win.save-as",          "<Ctrl><shift>s", NULL,
+               "win.close",            "<Ctrl>w", NULL,
                "win.print",            "<Ctrl>p", NULL,
                "win.properties",       "<Alt>Return", NULL,
                "win.set-wallpaper",    "<Ctrl>F8", NULL,


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