Update README.md

This commit is contained in:
Ben Reaves
2020-10-10 13:52:04 -05:00
committed by GitHub
parent b87dfdab9c
commit 03029e22dc

View File

@@ -290,44 +290,44 @@ git pull origin master
Under systemd this is how you control Kinto. Under systemd this is how you control Kinto.
Kinto (xkb/x11) = keyswap Recommended Installed - Kinto (udev/xkeysnail/x11) = xkeysnail
Kinto (udev/xkeysnail/x11) = xkeysnail Older Install - Kinto (xkb/x11) = keyswap
Status Status
``` ```
systemctl --user status keyswap
sudo systemctl status xkeysnail sudo systemctl status xkeysnail
systemctl --user status keyswap # older - you probably should not run this one
``` ```
Stop (your keymap will return to normal) Stop (your keymap will return to normal)
``` ```
systemctl --user stop keyswap
sudo systemctl stop xkeysnail sudo systemctl stop xkeysnail
systemctl --user stop keyswap # older - you probably should not run this one
``` ```
Start Start
``` ```
systemctl --user start keyswap
sudo systemctl start xkeysnail sudo systemctl start xkeysnail
systemctl --user start keyswap # older - you probably should not run this one
``` ```
Restart Restart
``` ```
systemctl --user restart keyswap
sudo systemctl restart xkeysnail sudo systemctl restart xkeysnail
systemctl --user restart keyswap # older - you probably should not run this one
``` ```
Enable Enable
``` ```
systemctl --user enable keyswap
sudo systemctl enable xkeysnail sudo systemctl enable xkeysnail
systemctl --user enable keyswap # older - you probably should not run this one
``` ```
Disable Disable
``` ```
systemctl --user disable keyswap
sudo systemctl disable xkeysnail sudo systemctl disable xkeysnail
systemctl --user disable keyswap # older - you probably should not run this one
``` ```
## Learning macOS style hotkeys on Linux ## Learning macOS style hotkeys on Linux