From 5506b564f2ffb24dfa0afdb27bcd4d0d447d2320 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 28 Jan 2021 11:58:28 -0300 Subject: [PATCH] Setting 'alt-f1' as default for action 'clear' --- src/core/actions/table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/actions/table.c b/src/core/actions/table.c index 6fb37e3..defa9e9 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -542,7 +542,7 @@ .name = "erase-input", .type = LIB3270_ACTION_TYPE_GENERIC, - .keys = NULL, + .keys = "", .icon = "edit-clear", .label = N_("Erase input"), .summary = N_("Erase all unprotected fields"), @@ -598,7 +598,7 @@ .name = "clear", .type = LIB3270_ACTION_TYPE_GENERIC, - .keys = NULL, + .keys = "F1", .icon = "edit-clear-all", .label = N_("Clear"), .summary = N_( "Clear AID key" ), -- libgit2 0.21.2