From 2fe9d17ab8afdf52d5525ec506a9f8d69ebd12cc Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 27 Nov 2019 10:27:24 -0300 Subject: [PATCH] Fixing backtab keycode. --- src/core/actions/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/actions/table.c b/src/core/actions/table.c index 776dbe6..849ec5e 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -373,7 +373,7 @@ .name = "previous-field", .type = LIB3270_ACTION_TYPE_NAVIGATION, - .keys = "ISO_Left_Tab", + .keys = "ISO_Left_Tab", .icon = "go-previous", .label = NULL, .summary = N_( "Tab backward to previous field." ), -- libgit2 0.21.2