From 83ae169fb736c6bbe03a0b162ffbecd45c142fef Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 17 Feb 2020 20:22:21 -0600 Subject: [PATCH] - Added notes about IBus requirement for full wordwise support and added chromium name to json config --- README.md | 9 +++++++++ user_config.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2c46b..24e0940 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,21 @@ Kinto works for standard Windows, Apple and Chromebook keyboards. The following - Python (initial install only) - systemd - x11 +- IBus - 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. 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. ## How to install diff --git a/user_config.json b/user_config.json index ff13b7c..8f98b2c 100644 --- a/user_config.json +++ b/user_config.json @@ -36,7 +36,7 @@ "symbols": "", "types": "", "de": [], - "appnames": [ "Chromium" ] + "appnames": [ "Chromium","Chromium-browser" ] }], "init": [], "detypes":["gnome2","gnome3","kde4","kde5","xfce","i3wm"],