← Back to wkappbot-core
wkappbot-core ★★☆

a11y kill JSON5 grap support

a11y kill accepts JSON5 grap {proc:'x',pid:N,cmd:'...'} with AND-logic, reusing WindowFinder.TryParseMultiFieldPattern

user/developer

Steps

  1. Call WindowFinder.TryParseMultiFieldPattern(...
  2. Fields recognized for kill: proc (glob/regex...
  3. A11yKillByMultiField helper applies same gua...
  4. Legacy name pattern still works unchanged wh...
  5. Verified 2026-04-21: test-a11y-kill-json5-gr...