Commit 5506b564f2ffb24dfa0afdb27bcd4d0d447d2320
1 parent
8b814925
Exists in
master
and in
2 other branches
Setting 'alt-f1' as default for action 'clear'
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/core/actions/table.c
... | ... | @@ -542,7 +542,7 @@ |
542 | 542 | .name = "erase-input", |
543 | 543 | .type = LIB3270_ACTION_TYPE_GENERIC, |
544 | 544 | |
545 | - .keys = NULL, | |
545 | + .keys = "", | |
546 | 546 | .icon = "edit-clear", |
547 | 547 | .label = N_("Erase input"), |
548 | 548 | .summary = N_("Erase all unprotected fields"), |
... | ... | @@ -598,7 +598,7 @@ |
598 | 598 | .name = "clear", |
599 | 599 | .type = LIB3270_ACTION_TYPE_GENERIC, |
600 | 600 | |
601 | - .keys = NULL, | |
601 | + .keys = "<Alt>F1", | |
602 | 602 | .icon = "edit-clear-all", |
603 | 603 | .label = N_("Clear"), |
604 | 604 | .summary = N_( "Clear AID key" ), | ... | ... |