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,7 +792,7 @@ | ||
792 | .name = "PA1", | 792 | .name = "PA1", |
793 | .type = LIB3270_ACTION_TYPE_GENERIC, | 793 | .type = LIB3270_ACTION_TYPE_GENERIC, |
794 | 794 | ||
795 | - .keys = NULL, | 795 | + .keys = "<Alt>1", |
796 | .icon = NULL, | 796 | .icon = NULL, |
797 | .label = N_("PA1"), | 797 | .label = N_("PA1"), |
798 | .summary = N_( "Program Action 1" ), | 798 | .summary = N_( "Program Action 1" ), |
@@ -806,7 +806,7 @@ | @@ -806,7 +806,7 @@ | ||
806 | .name = "PA2", | 806 | .name = "PA2", |
807 | .type = LIB3270_ACTION_TYPE_GENERIC, | 807 | .type = LIB3270_ACTION_TYPE_GENERIC, |
808 | 808 | ||
809 | - .keys = NULL, | 809 | + .keys = "<Alt>2", |
810 | .icon = NULL, | 810 | .icon = NULL, |
811 | .label = N_("PA1"), | 811 | .label = N_("PA1"), |
812 | .summary = N_( "Program Action 2" ), | 812 | .summary = N_( "Program Action 2" ), |
@@ -820,7 +820,7 @@ | @@ -820,7 +820,7 @@ | ||
820 | .name = "PA3", | 820 | .name = "PA3", |
821 | .type = LIB3270_ACTION_TYPE_GENERIC, | 821 | .type = LIB3270_ACTION_TYPE_GENERIC, |
822 | 822 | ||
823 | - .keys = NULL, | 823 | + .keys = "<Alt>3", |
824 | .icon = NULL, | 824 | .icon = NULL, |
825 | .label = N_("PA1"), | 825 | .label = N_("PA1"), |
826 | .summary = N_( "Program Action 3" ), | 826 | .summary = N_( "Program Action 3" ), |