From 2c5a22fb3543882b089df7355a9634d458a9ea80 Mon Sep 17 00:00:00 2001 From: Anna Emmanuel <42714414+Annamaliakal@users.noreply.github.com> Date: Thu, 31 Oct 2019 00:50:57 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d608c8..0b1a22d 100644 --- a/README.md +++ b/README.md @@ -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 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. **Note:** Leave this terminal open as long as you want to use **clix**. From 029b339df421e5e16d7deddec0eb0e3256936aa6 Mon Sep 17 00:00:00 2001 From: Anna Emmanuel <42714414+Annamaliakal@users.noreply.github.com> Date: Thu, 31 Oct 2019 00:55:53 +0530 Subject: [PATCH 2/2] updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b1a22d..b31e579 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ An easy to use clipboard manager made using tkinter. 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**. @@ -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.