Commit 2fe9d17ab8afdf52d5525ec506a9f8d69ebd12cc

Authored by Perry Werneck
1 parent 8890365f

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 373 .name = "previous-field",
374 374 .type = LIB3270_ACTION_TYPE_NAVIGATION,
375 375  
376   - .keys = "ISO_Left_Tab",
  376 + .keys = "<Shift>ISO_Left_Tab",
377 377 .icon = "go-previous",
378 378 .label = NULL,
379 379 .summary = N_( "Tab backward to previous field." ),
... ...