From 84e5cdb277b8e96f730139e77d3ce7f5206c8b87 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 8 Jun 2026 11:17:49 -0500 Subject: feat(term): open the agenda with F8 from inside ghostel buffers F8 is bound globally to cj/main-agenda-display, but ghostel's semi-char mode forwarded it to the terminal program, so it did nothing inside a ghostel buffer. I added F8 to ghostel-keymap-exceptions and rebuilt the semi-char map, which lets it fall through to the global map, the path F10 and the F9 family already take. --- todo.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'todo.org') diff --git a/todo.org b/todo.org index 642a69e3..df76a599 100644 --- a/todo.org +++ b/todo.org @@ -132,6 +132,11 @@ What we're verifying: org's ~88-face and magit's ~111-face tables stay navigable - Type "agenda" in the filter - Reassign one face and watch the preview Expected: rows are grouped, the filter narrows them, and a reassignment updates the preview live. +*** TODO F8 opens the agenda from inside a ghostel buffer +What we're verifying: F8 reaches Emacs (not the pty) inside a ghostel terminal, so it opens the main agenda like everywhere else. Verified at the source/data-structure level (== is now a ghostel-keymap-exception and the rebuilt semi-char map no longer forwards it); only the live keypress needs a human. +- Open a ghostel terminal (=F12=, or an ai-term agent with =F9=) and click into it so point is inside the terminal +- Press F8 +Expected: =cj/main-agenda-display= runs and the agenda opens; the keypress is NOT echoed into the shell/terminal program. ** TODO [#B] Dashboard keybinding changes :quick: :PROPERTIES: :LAST_REVIEWED: 2026-06-06 -- cgit v1.2.3