Commit 2fe9d17ab8afdf52d5525ec506a9f8d69ebd12cc
1 parent
8890365f
Exists in
master
and in
3 other branches
Fixing backtab keycode.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/actions/table.c
@@ -373,7 +373,7 @@ | @@ -373,7 +373,7 @@ | ||
373 | .name = "previous-field", | 373 | .name = "previous-field", |
374 | .type = LIB3270_ACTION_TYPE_NAVIGATION, | 374 | .type = LIB3270_ACTION_TYPE_NAVIGATION, |
375 | 375 | ||
376 | - .keys = "ISO_Left_Tab", | 376 | + .keys = "<Shift>ISO_Left_Tab", |
377 | .icon = "go-previous", | 377 | .icon = "go-previous", |
378 | .label = NULL, | 378 | .label = NULL, |
379 | .summary = N_( "Tab backward to previous field." ), | 379 | .summary = N_( "Tab backward to previous field." ), |