diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-23 09:24:40 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-23 09:24:40 +0200 |
| commit | 6159042d0cb3870e6a7c6f8d9a97e175d59e6f80 (patch) | |
| tree | c6422654298a744b0a791de8f1e8ccb8e1c55071 /docs/STATE.md | |
| parent | 53071bb69f5d21b35b8a61c2b1dd18832ce781d4 (diff) | |
| download | bokf-6159042d0cb3870e6a7c6f8d9a97e175d59e6f80.tar.gz bokf-6159042d0cb3870e6a7c6f8d9a97e175d59e6f80.zip | |
tui: 'g' + a letter searches list rows
The goto prompt decides on its first key: digits jump to a row number as
before, any other printable key searches the row texts of the list or
menu (case-insensitive, also åäö), with up/down stepping through the
matches. Keys typed into the prompt no longer reach the screen's key
hook, and Enter in the action menu closes an open prompt.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/STATE.md')
| -rw-r--r-- | docs/STATE.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/STATE.md b/docs/STATE.md index d77cd78..9d954cd 100644 --- a/docs/STATE.md +++ b/docs/STATE.md @@ -14,6 +14,12 @@ unit tests and the docs consistency check. ## Resume here (2026-09-22) +- **Goto search (2026-09-23, branch `eff/goto-search`)**: `g` followed by a + letter searches the row texts of any list or menu (case-insensitive, åäö + too; up/down = next/previous match); a digit still jumps to a row number. + Keys typed into the prompt no longer reach the screen's key hook, and + Enter in the F2 action menu closes an open prompt instead of running the + action. - **Verifikat list/detail (2026-09-23, branch `eff/voucher-nav`)**: the detail's columns are padded by display width (the header's `Benämning` used to shift a column), zero amounts are blank, row texts and a `Summa` |
