File: README.md

package info (click to toggle)
plover 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,356 kB
  • sloc: python: 21,589; sh: 682; ansic: 25; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Mac Development

## Environment setup

See the [developer guide](../doc/developer_guide.md).


## Gotcha: Accessibility Permissions

To grab user inputs and use the keyboard as a steno machine, Plover requires
[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
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.