From 66f3ee00431d2c96c16aeaf12d78020e774569cd Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 27 Apr 2020 23:57:25 -0300 Subject: [PATCH] Fixing "delete-word" keyboard association. --- src/core/actions/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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