mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Added notes about IBus requirement for full wordwise support and added chromium name to json config
This commit is contained in:
@@ -32,12 +32,21 @@ Kinto works for standard Windows, Apple and Chromebook keyboards. The following
|
|||||||
- Python (initial install only)
|
- Python (initial install only)
|
||||||
- systemd
|
- systemd
|
||||||
- x11
|
- x11
|
||||||
|
- IBus
|
||||||
- Debian/Ubuntu based distro 16.04+
|
- Debian/Ubuntu based distro 16.04+
|
||||||
|
|
||||||
If you need kintox11 recompiled for your distro please let me know and I will add a binary for your distro if my binary fails.
|
If you need kintox11 recompiled for your distro please let me know and I will add a binary for your distro if my binary fails.
|
||||||
|
|
||||||
You can also attempt to compile kintox11.c on your system as well, but you will need to compile and install json-c first as its libraries will be required to compile and run the program.
|
You can also attempt to compile kintox11.c on your system as well, but you will need to compile and install json-c first as its libraries will be required to compile and run the program.
|
||||||
|
|
||||||
|
IBUS is needed to support wordwise during browser app usage as the keymap will need to change slightly depending if the cursor/caret is on screen waiting for input. You may install ibus with the following.
|
||||||
|
|
||||||
|
```
|
||||||
|
ibus-setup
|
||||||
|
```
|
||||||
|
|
||||||
|
And then navigate to your "Language Support" and set "Keyboard input method system:" to IBus for full word-wise support with web browsers.
|
||||||
|
|
||||||
Wayland support is planned, but not ready yet.
|
Wayland support is planned, but not ready yet.
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
"symbols": "",
|
"symbols": "",
|
||||||
"types": "",
|
"types": "",
|
||||||
"de": [],
|
"de": [],
|
||||||
"appnames": [ "Chromium" ]
|
"appnames": [ "Chromium","Chromium-browser" ]
|
||||||
}],
|
}],
|
||||||
"init": [],
|
"init": [],
|
||||||
"detypes":["gnome2","gnome3","kde4","kde5","xfce","i3wm"],
|
"detypes":["gnome2","gnome3","kde4","kde5","xfce","i3wm"],
|
||||||
|
Reference in New Issue
Block a user