From 8302e048590f7c1b56ac5a3d172264c5c9105c8a Mon Sep 17 00:00:00 2001 From: Lynn Date: Fri, 9 Feb 2024 14:32:15 +0100 Subject: [PATCH] Update link about accessibility permissions --- osx/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/osx/README.md b/osx/README.md index d7df1a007..6aae6f00f 100644 --- a/osx/README.md +++ b/osx/README.md @@ -5,14 +5,14 @@ See the [developer guide](../doc/developer_guide.md). -## Gotcha: Assistive Devices Permissions +## Gotcha: Accessibility Permissions To grab user inputs and use the keyboard as a steno machine, Plover requires -[Assistive Devices permissions to be granted (instructions -included).](https://support.apple.com/kb/ph18391?locale=en_US) +[accessibility permissions to be granted (instructions +included).](https://support.apple.com/guide/mac-help/allow-accessibility-apps-to-access-your-mac-mh43185/mac) -When running from source, your terminal application must be granted Assistive -Devices permissions. +When running from source, your terminal application must be granted +accessibility permissions. If you are running from an application bundle (both in development and for releases), every new build will require re-granting the permissions.