From 68ac8fc9aa85245c76222af00d266ac36b16230b Mon Sep 17 00:00:00 2001 From: Eric Jiang Date: Thu, 29 Oct 2020 20:30:42 -0700 Subject: [PATCH] README.md: Minor grammar touch-up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc44682..9c206b5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Linux utility to create custom key bindings for the Huion Kamvas Pro (2019). 2. Clone this repository. 3. Install the Python cffi module (either using Pipenv and the included Pipfile, through your system's package manager, or however you prefer to install Python packages). 4. Run the `xdo_build.py` script. It should create a file named `_xdo_cffi.cpython-...-linux-gnu.so`. -5. Run the `huion_keys.py`. It will create an example config file at `~/.config/huion_keys`. +5. Run `huion_keys.py`. It will create an example config file at `~/.config/huion_keys`. 6. Edit the config file to set up your key bindings. The key sequences are sent to xdotool, so look at xdotool's documentation for more details. There's also this [handy list of key codes]( https://gitlab.com/cunidev/gestures/-/wikis/xdotool-list-of-key-codes ) that may be helpful.