mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 19:08:27 +02:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -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
|
||||||
|
Reference in New Issue
Block a user