From c7beb071ddd8404e5b92cd0a19fd4ded625c0221 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 20 Aug 2019 23:57:05 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 2a0f3b3..3ad788d 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ Start systemctl --user start keyswap ``` +Restart +``` +systemctl --user restart keyswap +``` + Enable ``` systemctl --user enable keyswap @@ -117,6 +122,19 @@ systemctl --user stop keyswap or alternatively, you can follow the instructions about how to manually trigger a toggle of the keyswap. ## Troubleshooting + +### Keyswap is not occurring, but it was working. +Sometimes something about the Desktop Environment may throw xprop for a loop, it's rare, but if this occurs then you have 2 options. +1. Restart Kinto +``` +systemctl --user restart keyswap +``` +2. Check the Status of Kinto and open a ticket with the output, especially if you can reliably reproduce the problem. +``` +systemctl --user status keyswap +``` + +### Chromebook with external keyboard not being detected If your keyboard is not being autodetected and configured then please run `xinput list`, if you are on linux, and copy the output into a ticket under issues. ## Language Support