Commit 66f3ee00431d2c96c16aeaf12d78020e774569cd
1 parent
fca4fdc6
Exists in
master
and in
3 other branches
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" ), |