translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

Enable accessibility keyboard in OS X Mac using cocoa code

Stackoverflow

I am creating an app for disabled persons for Mac, so I want a way to open accessibility keyboard from code, so that user does not have to go to settings.
Any Help would be appreciated.

Tags: 
  • macos
  • accessibility
  • swift4

Swift4: `AXUIElementCopyAttributeValue()` returns `AXError.cannotComplete`

Stackoverflow

On running the following code:

let pid = getAppPid()
let AXApp = AXUIElementCreateApplication(pid)

Tags: 
  • swift
  • osx
  • cocoa
  • accessibility
  • swift4