Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
9e77a0f8
Commit
9e77a0f8
authored
Dec 05, 2017
by
Alexandre Prokoudine
Browse files
Add default keyboard shortcut for Paste in Place, Ctrl+Alt+V, that matches Inkscape's one
parent
9f1e3de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/actions/edit-actions.c
View file @
9e77a0f8
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment