aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-capture-config-fkey-guard.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(org-capture): block global popup keys while a capture is openCraig Jennings6 days1-0/+42
F1, F10, F11, F12, and M-SPC are global popup keys (dashboard sweep, music, dirvish-side, terminal, agent swap) and fired over an in-progress capture. org-capture-mode's keymap is active exactly for the capture's duration and shadows the global map, so those keys now hit a blocker there that names the way out (C-c C-c to finalize, C-c C-k to abort). The C-; a prefix stays unblocked: a deliberate two-chord sequence isn't a stray keypress.