Each phone connected to TapKit has configurable settings that control its default behavior. These settings persist across sessions and can be managed via the API or dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Available Settings
Typing Method
The default typing method used whentype_text() is called without an explicit method parameter.
| Value | Description |
|---|---|
shortcut | Use iOS Shortcut for clipboard-based typing (recommended) |
keys | Simulate individual keystrokes via keyboard extension |
Speed
Controls the speed of switch control scanning and automation. This affects how quickly gestures and actions are performed.| Value | Description |
|---|---|
30 | Slower scanning speed - more reliable on slower devices |
90 | Faster scanning speed - better for newer devices |
Reading Settings
Use the SDK to retrieve the current settings for a phone:Updating Settings
Update one or more settings with a PATCH request. Only include the fields you want to change:Best Practices
- Start with
shortcuttyping method - It’s faster and more reliable for most use cases - Use slower speed for reliability - If you’re seeing missed gestures, reduce the speed to
30 - Configure once, use everywhere - Set your preferred defaults so you don’t need to specify them on every call