diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-03 10:09:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-04 12:53:02 +0200 |
| commit | 27d0d855e05f3a19493af7c432226bb96d23ed0e (patch) | |
| tree | 56fc72eba74561c98bfd19e8a8f7ab1772255b47 /docs | |
| parent | dd416f3cc94e84d850c9d825b3e66d2fd1f5c6fd (diff) | |
| download | qtmaildir-27d0d855e05f3a19493af7c432226bb96d23ed0e.tar.gz qtmaildir-27d0d855e05f3a19493af7c432226bb96d23ed0e.zip | |
docs: correct the commit hash for the keyboard fix
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/manual-verification.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual-verification.md b/docs/manual-verification.md index c9989d4..75beff9 100644 --- a/docs/manual-verification.md +++ b/docs/manual-verification.md @@ -200,7 +200,7 @@ subject began with "h", and `j`, `k`, `a`, `d`, `N`, `F`, `u`, `G` behaved the same way. The event filter was installed on the MainWindow, and a window-level filter only sees key presses the focused child did not consume. Installing it on the thread view as well puts the keymap first. Fixed in -`b0e3a30`; `j`/`k` navigation confirmed working afterwards. +`a81c794`; `j`/`k` navigation confirmed working afterwards. This one is worth noting for how it hid: the bindings all worked when focus was anywhere other than the list, which is the state a developer testing a |
