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

umputun / agterm / 28845899803
98%

Build:
DEFAULT BRANCH: master
Ran 07 Jul 2026 06:21AM UTC
Jobs 1
Files 56
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

07 Jul 2026 06:19AM UTC coverage: 98.977%. Remained the same
28845899803

push

github

web-flow
feat: bind shifted-symbol keys in keymaps via shift+<base> (#161)

Custom-command chords couldn't fire on shifted-symbol keys (shift+/,
shift+5, etc.). CustomCommandRunner.chord(from:) read
charactersIgnoringModifiers, which keeps Shift, so shift+/ produced key
"?" while .lowercased() only normalized letters back to base. The
runtime chord never matched the parser's shift+/ (key "/").

Derive the base key with characters(byApplyingModifiers: []) instead, so
every key normalizes uniformly: shift+/ -> "/", shift+5 -> "5", shift+u
-> "u". Same call GhosttySurfaceView already uses for unmodified key
input; the parser is unchanged.

Document the shift+<base> rule across README, the agent-skill reference,
the site docs, the starter keymap.conf, and the keymap rule. Add
KeymapUITests.testCustomCommandShiftedSymbolFires, a real-keypress e2e
that binds shift+/ and confirms it fires. Host-free tests can't reach
chord(from:), which is why the parser-only approach shipped a runtime
that never fired.

2 of 2 new or added lines in 1 file covered. (100.0%)

3677 of 3715 relevant lines covered (98.98%)

8092961.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28845899803.1 07 Jul 2026 06:21AM UTC 56
98.98
GitHub Action Run
Source Files on build 28845899803
  • Tree
  • List 56
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28845899803
  • 8e2dcae4 on github
  • Prev Build on master (#28839822450)
  • Next Build on master (#28849724636)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc