mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Updated readme
This commit is contained in:
@@ -107,14 +107,14 @@ Note: If I automate this later then the shortcut keys I plan to use are Ctrl+Alt
|
|||||||
|
|
||||||
## Learning macOS style hotkeys on Linux
|
## Learning macOS style hotkeys on Linux
|
||||||
|
|
||||||
If you are interested in that then websites like https://www.shortcutfoo.com would be highly useful and it is completely doable on linux as long as you use the terminal style keymap while using your browser. Sadly I have not found a way to make it work under Firefox, but it does work great under Chrome, with or without a User Agent plugin.
|
If you are interested in that then websites like https://www.shortcutfoo.com would be highly useful and it is completely doable on linux as long as you use the terminal style keymap while using your browser. I have not found a way to make it work under Firefox, but it does work great under Chrome, with or without a User Agent plugin.
|
||||||
|
|
||||||
To make sure you are in the terminal style keymap you can just simply open the terminal and turn off the service, and then switch back to Chrome.
|
To make sure you are in the terminal style keymap you can just simply open the terminal and turn off the kinto service, and then switch back to Chrome.
|
||||||
```
|
```
|
||||||
systemctl --user stop keyswap
|
systemctl --user stop keyswap
|
||||||
```
|
```
|
||||||
|
|
||||||
or alternatively you follow the instructions about how to manually trigger a toggle of the keyswap.
|
or alternatively, you can follow the instructions about how to manually trigger a toggle of the keyswap.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
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.
|
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.
|
||||||
|
Reference in New Issue
Block a user