Commit 66f3ee00431d2c96c16aeaf12d78020e774569cd

Authored by Perry Werneck
1 parent fca4fdc6

Fixing "delete-word" keyboard association.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/core/actions/table.c
@@ -255,7 +255,7 @@ @@ -255,7 +255,7 @@
255 .name = "select-word", 255 .name = "select-word",
256 .type = LIB3270_ACTION_TYPE_SELECTION, 256 .type = LIB3270_ACTION_TYPE_SELECTION,
257 257
258 - .keys = "<Ctrl>w", 258 + .keys = NULL,
259 .icon = NULL, 259 .icon = NULL,
260 .label = N_( "Select word" ), 260 .label = N_( "Select word" ),
261 .summary = N_( "Select word" ), 261 .summary = N_( "Select word" ),