Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ An easy to use clipboard manager made using tkinter.
```
$ clix
```
if error shown try:
if error is shown try:
```
$ sudo clix
```
On Mac OSX, one of the following must be true:

-The process must run as root.
-Your application must be white listed under Enable access for assistive devices. Note that this might require that you package your application, since otherwise the entire Python installation must be white listed.
-Your application must be whitelisted under Enable access for assistive devices. Note that this might require that you package your application, since otherwise the entire Python installation must be whitelisted.

**Note:** Leave this terminal open as long as you want to use **clix**.

Expand Down Expand Up @@ -87,7 +87,7 @@ An easy to use clipboard manager made using tkinter.

## TODO

- [X] Add support for user configurable keys.
- [X] Add support for user-configurable keys.

- [ ] Add support for Windows and MacOS.

Expand Down