[gimp] Add default keyboard shortcut for Paste in Place, Ctrl+Alt+V, that matches Inkscape's one



commit 9e77a0f88b32c94c775c4967f9ed9608a4f5d833
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Tue Dec 5 21:07:56 2017 +0300

    Add default keyboard shortcut for Paste in Place, Ctrl+Alt+V, that matches Inkscape's one

 app/actions/edit-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/edit-actions.c b/app/actions/edit-actions.c
index f02ea17..d55b5f5 100644
--- a/app/actions/edit-actions.c
+++ b/app/actions/edit-actions.c
@@ -179,7 +179,7 @@ static const GimpEnumActionEntry edit_paste_actions[] =
     GIMP_HELP_EDIT_PASTE },
 
   { "edit-paste-in-place", GIMP_ICON_EDIT_PASTE,
-    NC_("edit-action", "Paste In Place"), NULL,
+    NC_("edit-action", "Paste In Place"), "<primary><alt>V",
     NC_("edit-action",
         "Paste the content of the clipboard at its original position"),
     GIMP_PASTE_TYPE_FLOATING_IN_PLACE, FALSE,


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