From d7291c01203db9808a2f65d8ecc81b0a0702a81b Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Fri, 4 Dec 2020 18:48:31 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4b6e365..367d99a8 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Documentation: - `m` holds a modifier while executing the second parameter - `.` executes two actions behind each other +Syntax errors are logged to the console. + ##### Names For a list of supported keystrokes and their names for the middle column, @@ -122,4 +124,5 @@ sudo pip install . && coverage run tests/test.py coverage combine && coverage report -m ``` -To read events, `evtest` is very helpful. +To read events, `evtest` is very helpful. Add `-d` to `key-mapper-gtk` +to get debug outbut.