Skip to content
Zed

KeyboardExtAX for Zed

io.github.nikitosina/keyboard-ext-ax

Accessibility snapshots and tap coordinates for active third-party iOS keyboards in Simulator.

client:Zed transport:stdio runtime:pypi

Install KeyboardExtAX in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "keyboard-ext-ax": {
      "command": "uvx",
      "args": [
        "keyboard-ext-ax"
      ],
      "env": {
        "DEVELOPER_DIR": "<DEVELOPER_DIR>",
        "KEYBOARD_EXT_AX_CACHE_DIR": "<KEYBOARD_EXT_AX_CACHE_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

KeyboardExtAX in other clients