Commit 43ebfc5a3f016230d4c82e5f3251b42abefcf889
1 parent
c7dfba34
Exists in
master
and in
3 other branches
Fixing duplication accelerator.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/actions/table.c
@@ -607,7 +607,7 @@ | @@ -607,7 +607,7 @@ | ||
607 | .name = "paste-next", | 607 | .name = "paste-next", |
608 | .type = LIB3270_ACTION_TYPE_SELECTION, | 608 | .type = LIB3270_ACTION_TYPE_SELECTION, |
609 | 609 | ||
610 | - .keys = "<shift><ctrl>v", | 610 | + .keys = "<shift><alt>v", |
611 | .icon = NULL, | 611 | .icon = NULL, |
612 | .label = NULL, | 612 | .label = NULL, |
613 | .summary = NULL, | 613 | .summary = NULL, |