From 5bfd74fd42b47a774b9982a5c44d00c92a2e6d63 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 12 Jun 2026 10:07:09 -0500 Subject: fix(keys): bind eww/elfeed/calibredb launchers to the uppercase Meta event Meta+Shift+ emits the uppercase event (M-E/M-R/M-B), so the M-S-e/M-S-r/M-S-b :bind specs on lowercase letters were never reached by the keychord and the three launchers were dead. Rebind them to M-E/M-R/M-B. Three ERT tests assert each chord resolves to eww, cj/elfeed-open, and calibredb respectively. --- modules/calibredb-epub-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/calibredb-epub-config.el') diff --git a/modules/calibredb-epub-config.el b/modules/calibredb-epub-config.el index a17bf8c9..20262e6e 100644 --- a/modules/calibredb-epub-config.el +++ b/modules/calibredb-epub-config.el @@ -112,7 +112,7 @@ which re-applies `calibredb-search-filter' instead." (use-package calibredb :commands calibredb :bind - ("M-S-b" . calibredb) ;; was M-B, overrides backward-word + ("M-B" . calibredb) ;; Meta+Shift+b emits the uppercase event; overrides backward-word ;; use built-in filter by tag, add clear-filters (:map calibredb-search-mode-map ("l" . calibredb-filter-by-tag) -- cgit v1.2.3