Commit 43ebfc5a3f016230d4c82e5f3251b42abefcf889

Authored by Perry Werneck
1 parent c7dfba34

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 607 .name = "paste-next",
608 608 .type = LIB3270_ACTION_TYPE_SELECTION,
609 609  
610   - .keys = "<shift><ctrl>v",
  610 + .keys = "<shift><alt>v",
611 611 .icon = NULL,
612 612 .label = NULL,
613 613 .summary = NULL,
... ...