diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-21 15:50:37 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-21 15:50:37 +0200 |
| commit | 69777086ffad917b7a48d57df9dccf4e21a0a364 (patch) | |
| tree | 91a0d4a2e02dd589e9d5066248a031776892d772 /clients/screens_vouchers.c | |
| parent | db03b0b2875e6981fdb86c5c3c23d1a59280f222 (diff) | |
| download | bokf-0.1.59.tar.gz bokf-0.1.59.zip | |
tui: level-2 modifyOtherKeys, Kitty keyboard protocol and ^Enter/F9 hintsv0.1.59
Diffstat (limited to 'clients/screens_vouchers.c')
| -rw-r--r-- | clients/screens_vouchers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/screens_vouchers.c b/clients/screens_vouchers.c index fedffe9..5e1b006 100644 --- a/clients/screens_vouchers.c +++ b/clients/screens_vouchers.c @@ -836,7 +836,7 @@ int64_t vouchers_new_prefill(struct app *a, const struct voucher_prefill *p) tui_rt_normalize(&vf.rt); const char *hint = "Enter = ändra fält Tab = byta fält F4 = mall" " ^F = bifoga fil F5 = validera ^X = rensa rad" - " ^Enter = bokför Esc = avbryt"; + " ^Enter/F9 = bokför Esc = avbryt"; for (;;) { int rr = tui_rt_run("Nytt verifikat", &vf.rt, hint); if (rr == -1) |
