From 44080c25da18240c1f36a9bdd2fa6b29d7f63f46 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 5 May 2021 21:26:45 -0500 Subject: [PATCH] Update README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 74af96b..f54a4b2 100644 --- a/README.md +++ b/README.md @@ -310,10 +310,16 @@ In the above example I am also showing that you can define a single shortcut to You can also make changes to the file in your /tmp/kinto/xkeysnail/kinto.py location and see them take affect in real time, but for your changes to be permanent you will need to make your changes in the ~/.config/kinto/kinto.py location & restart the xkeysnail service. +systemd ``` sudo systemctl restart xkeysnail ``` +sysvinit +``` +sudo -E /etc/init.d/kinto restart +``` + More information can be seen on the readme page of [xkeysnail](https://github.com/mooz/xkeysnail). ## Windows (Autohotkey) @@ -375,25 +381,53 @@ git pull origin master This info is now superceded by the fact that linux has a full fledge GUI and system tray app that is very easy to use, but I will keep the command line options for those that want to know what they are. Status + +systemd ``` sudo systemctl status xkeysnail ``` +sysvinit +``` +tail -f /tmp/kinto.log +``` + Stop (your keymap will return to normal) + +systemd ``` sudo systemctl stop xkeysnail ``` +sysvinit +``` +sudo -E /etc/init.d/kinto stop +``` + Start + +systemd ``` sudo systemctl start xkeysnail ``` +sysvinit +``` +sudo -E /etc/init.d/kinto start +``` + Restart + +systemd ``` sudo systemctl restart xkeysnail ``` +sysvinit +``` +sudo -E /etc/init.d/kinto restart +``` + ## Troubleshooting ### Installed successfully, but modifier keys are not properly remapped?