[nautilus/wip/delete_notification: 6/6] nautilus-view: Change move to trash accelerator



commit 9d868bfd61bd2a41dc97a191a4191d3fa847a2ba
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Jan 27 17:49:07 2015 +0100

    nautilus-view: Change move to trash  accelerator
    
    Now that we have an in app notification, the user has a feedback if
    they push Delete key as an accident. So we no longer need to make
    the move to trash action difficult to do.
    So change the accelerator of move to trash from <shift>Delete to
    just Delete

 src/nautilus-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 01f4392..e9db184 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -7519,7 +7519,7 @@ nautilus_view_init (NautilusView *view)
        nautilus_application_add_accelerator (app, "view.open-with-default-application", "<control>o");
        nautilus_application_add_accelerator (app, "view.open-item-new-tab", "<shift><control>t");
        nautilus_application_add_accelerator (app, "view.open-item-new-window", "<shift><control>w");
-       nautilus_application_add_accelerator (app, "view.move-to-trash", "<control>Delete");
+       nautilus_application_add_accelerator (app, "view.move-to-trash", "Delete");
        nautilus_application_add_accelerator (app, "view.delete", "<shift>Delete");
        nautilus_application_add_accelerator (app, "view.properties", "<control>i");
        nautilus_application_add_accelerator (app, "view.open-item-location", "<control><alt>o");


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