From 7ec530ef4612dc5b9df5e4faf57708df9e4fad8f Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 2 Dec 2021 11:03:41 -0500 Subject: output: add -O flag to output overlapped keys the use-case for this is simple 'swipe'-typing: another program can take the output, guess the word which is being typed, and type the rest of the word --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c65ae12..fce10bc 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,12 @@ Wvkbd has an output mode `-o` that will echo its output to standard output. This audio/haptic feedback, a feature explicitly out of scope for wvkbd. To achieve this, simply pipe wvkbd's output through the external tool [clickclack](https://git.sr.ht/~proycon/clickclack): -`$ wvkbd-mobileintl -l simple,special,emoji -o | clickclack -V -f keypress.wav` +`$ wvkbd-mobintl -l simple,special,emoji -o | clickclack -V -f keypress.wav` + +Another output mode, `-O` will let the keyboard output keys which are swiped over. It can be used by an external program, such as [swipeGuess](https://git.sr.ht/~earboxer/swipeGuess) to get swipe-typing support. + +`$ wvkbd-mobintl -O | swipeGuess.sh words.txt | completelyTypeWord.sh` + ## Contribute @@ -80,6 +85,7 @@ possible. ## Related projects * [clickclack](https://git.sr.ht/~proycon/clickclack) - Audio/haptic feedback (standalone) +* [swipeGuess](https://git.sr.ht/~earboxer/swipeGuess) - Word-completion for swipe-typing * [Sxmo](https://sxmo.org) - A hackable mobile interface environment for Linux phones that adopted wvkbd as its keyboard * [svkbd](https://tools.suckless.org/x/svkbd/) - A similar project as wvkbd but for X11 rather than Wayland * [squeekboard](https://gitlab.gnome.org/World/Phosh/squeekboard) - The virtual keyboard developed for the Librem5 (used -- cgit 1.4.1