• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / agterm / 35262735086
93%

Build:
DEFAULT BRANCH: master
Ran 17 Sep 2026 07:10PM UTC
Jobs 1
Files 146
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Sep 2026 07:04PM UTC coverage: 92.988% (+0.01%) from 92.975%
35262735086

push

github

web-flow
add f1 through f20 as keymap keys (#619)

`keymap.conf` rejected every F-key name, so no built-in, custom command or global hotkey could use
one. This adds `f1` through `f20` as named keys, with or without modifiers: `map shift+f6 …`,
`command "x" f5 …`, `f5>x` as a leader, `global-hotkey f5`.

A bare F-key may start a monitor-bound shortcut and a global hotkey, where other bare keys are still
rejected as the first chord. `global-hotkey f5` takes F5 from every application, agterm included,
and the docs say so. They also say to use Fn/Globe or enable standard function keys to send F1-F12
on an Apple keyboard.

A bound F-key keeps ownership of its press through the repeats and the release, whether the command
monitor or an AppKit menu equivalent dispatched it, so a held key neither refires the action nor
leaks the key into the terminal. Menu ownership is recorded only after AppKit has chosen the action,
through `NSMenu.willSendActionNotification`, so nothing is predicted from a keymap the menu may not
have picked up yet and a menu item chosen with the mouse records nothing.

Tests cover the keycode table, the parser boundaries `f0`/`f21`, bare and modified chords, leaders
with the prefix still held, a lost release, and native menu dispatch with `keymap list` read-back.
UI tests fire a bare F5 and Shift-F6, and check a bare F5 menu binding sends no bytes to either
session while an unbound F6 still reaches the program.

41 of 41 new or added lines in 3 files covered. (100.0%)

11392 of 12251 relevant lines covered (92.99%)

3330880.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35262735086.1 17 Sep 2026 07:10PM UTC 146
92.99
GitHub Action Run
Source Files on build 35262735086
  • Tree
  • List 146
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35262735086
  • 47886daf on github
  • Prev Build on master (#35177791431)
  • Next Build on master (#35282729251)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc