Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,10 +41,10 @@ ls $PATH | awk '{ print length, $0 }' | sort -nr | cut -d" " -f2- > binsSorted.t Smarter sorting would be keyboard-layout aware. mapscore.py can do that for you ```sh -./mapScore.py map.txt <words.txt | sort -nr | cut -f2 > wordsSorted.txt +./mapScore.py map.tsv <words.txt | sort -nr | cut -f2 > wordsSorted.txt ``` -map.txt uses tabs and newlines to create the grid-based layout. +map.tsv uses tabs and newlines to create the grid-based layout. See `map.qwerty.simplegrid.tsv` for a sample of how to format this file. ### alternate formats |