From 1a07a55fa9cc2fba727699b8e5bb4d17bd1eb3dd Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 4 Apr 2020 22:05:43 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3f5e792..900221d 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,6 @@ Kinto works for standard Windows, Apple and Chromebook keyboards. The following - IBus* - Fedora/RHEL/Manjaro/Arch/Debian/Ubuntu based distro 16.04+ -- Windows 10 & WSL is now supported -- WSL Ubuntu edition (you can modify windows/kinto.ahk to support more) -- Powershell - run as Administrator (for install) -- Chocolatey (for install) -- Python (for install) -- Autohotkey - Binary is included and will be installed, but you can also compile kintox11.c on your system. 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. Setup.py will set it but you can manually set it as well or check your current Input Method. @@ -43,6 +36,16 @@ On most distros you can confirm navigate to your "Language Support" and set "Key Wayland support is planned, but not ready yet. +## Kinto for Windows 10 Requirements + +- WSL Ubuntu edition (you can modify windows/kinto.ahk to support more) +- Powershell - run as Administrator +- Chocolatey (setup takes care of it) +- Python (setup takes care of it) +- Autohotkey (setup takes care of it) + +Does not have complete parity with the Linux edition, but it does work and can be built on and added to as needed. + ## How to install 1. clone this repo