Commit 1bf34335d86aab5413bc1b52a38a380e3bd85ee3
1 parent
0c627cd7
Exists in
master
and in
3 other branches
Setting default keyvalue for PAs.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/core/actions/table.c
... | ... | @@ -792,7 +792,7 @@ |
792 | 792 | .name = "PA1", |
793 | 793 | .type = LIB3270_ACTION_TYPE_GENERIC, |
794 | 794 | |
795 | - .keys = NULL, | |
795 | + .keys = "<Alt>1", | |
796 | 796 | .icon = NULL, |
797 | 797 | .label = N_("PA1"), |
798 | 798 | .summary = N_( "Program Action 1" ), |
... | ... | @@ -806,7 +806,7 @@ |
806 | 806 | .name = "PA2", |
807 | 807 | .type = LIB3270_ACTION_TYPE_GENERIC, |
808 | 808 | |
809 | - .keys = NULL, | |
809 | + .keys = "<Alt>2", | |
810 | 810 | .icon = NULL, |
811 | 811 | .label = N_("PA1"), |
812 | 812 | .summary = N_( "Program Action 2" ), |
... | ... | @@ -820,7 +820,7 @@ |
820 | 820 | .name = "PA3", |
821 | 821 | .type = LIB3270_ACTION_TYPE_GENERIC, |
822 | 822 | |
823 | - .keys = NULL, | |
823 | + .keys = "<Alt>3", | |
824 | 824 | .icon = NULL, |
825 | 825 | .label = N_("PA1"), |
826 | 826 | .summary = N_( "Program Action 3" ), | ... | ... |