diff --git a/src/core/actions/table.c b/src/core/actions/table.c index af06861..7a3c5a9 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -255,7 +255,7 @@ .name = "select-word", .type = LIB3270_ACTION_TYPE_SELECTION, - .keys = "w", + .keys = NULL, .icon = NULL, .label = N_( "Select word" ), .summary = N_( "Select word" ), -- libgit2 0.21.2