[nautilus] Use Shift+Ctrl+Z, not Ctrl+Y, for Redo
- From: Adam Dingle <adamd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Use Shift+Ctrl+Z, not Ctrl+Y, for Redo
- Date: Fri, 3 May 2013 13:07:03 +0000 (UTC)
commit 0363483451fdad6714a84787e8a67ca2233226ab
Author: Adam Dingle <adam yorba org>
Date: Fri May 3 08:57:00 2013 -0400
Use Shift+Ctrl+Z, not Ctrl+Y, for Redo
Use Shift+Ctrl+Z as the shortcut for Redo. This shortcut is prescribed
by the GNOME interface guidelines and used by other GNOME apps such as
gedit.
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 15187b1..6c59b5d 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -7221,7 +7221,7 @@ static const GtkActionEntry directory_view_entries[] = {
/* tooltip */ N_("Undo the last action"),
G_CALLBACK (action_undo_callback) },
/* name, stock id */ { NAUTILUS_ACTION_REDO, GTK_STOCK_REDO,
- /* label, accelerator */ N_("_Redo"), "<control>Y",
+ /* label, accelerator */ N_("_Redo"), "<shift><control>Z",
/* tooltip */ N_("Redo the last undone action"),
G_CALLBACK (action_redo_callback) },
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]