Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
Diffstat (limited to 'firstComplete.sh')
| -rwxr-xr-x | firstComplete.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firstComplete.sh b/firstComplete.sh new file mode 100755 index 0000000..0a75e88 --- /dev/null +++ b/firstComplete.sh @@ -0,0 +1,3 @@ +#!/bin/sh +read -r word +sxmo_type.sh ${word:1} |