mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Update README.md
This commit is contained in:
34
README.md
34
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.
|
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
|
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).
|
More information can be seen on the readme page of [xkeysnail](https://github.com/mooz/xkeysnail).
|
||||||
|
|
||||||
## Windows (Autohotkey)
|
## 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.
|
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
|
Status
|
||||||
|
|
||||||
|
systemd
|
||||||
```
|
```
|
||||||
sudo systemctl status xkeysnail
|
sudo systemctl status xkeysnail
|
||||||
```
|
```
|
||||||
|
|
||||||
|
sysvinit
|
||||||
|
```
|
||||||
|
tail -f /tmp/kinto.log
|
||||||
|
```
|
||||||
|
|
||||||
Stop (your keymap will return to normal)
|
Stop (your keymap will return to normal)
|
||||||
|
|
||||||
|
systemd
|
||||||
```
|
```
|
||||||
sudo systemctl stop xkeysnail
|
sudo systemctl stop xkeysnail
|
||||||
```
|
```
|
||||||
|
|
||||||
|
sysvinit
|
||||||
|
```
|
||||||
|
sudo -E /etc/init.d/kinto stop
|
||||||
|
```
|
||||||
|
|
||||||
Start
|
Start
|
||||||
|
|
||||||
|
systemd
|
||||||
```
|
```
|
||||||
sudo systemctl start xkeysnail
|
sudo systemctl start xkeysnail
|
||||||
```
|
```
|
||||||
|
|
||||||
|
sysvinit
|
||||||
|
```
|
||||||
|
sudo -E /etc/init.d/kinto start
|
||||||
|
```
|
||||||
|
|
||||||
Restart
|
Restart
|
||||||
|
|
||||||
|
systemd
|
||||||
```
|
```
|
||||||
sudo systemctl restart xkeysnail
|
sudo systemctl restart xkeysnail
|
||||||
```
|
```
|
||||||
|
|
||||||
|
sysvinit
|
||||||
|
```
|
||||||
|
sudo -E /etc/init.d/kinto restart
|
||||||
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### Installed successfully, but modifier keys are not properly remapped?
|
### Installed successfully, but modifier keys are not properly remapped?
|
||||||
|
Reference in New Issue
Block a user