Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
readme: add more info for map.tsv
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | map.qwerty.simplegrid.tsv | 4 |
2 files changed, 6 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 diff --git a/map.qwerty.simplegrid.tsv b/map.qwerty.simplegrid.tsv new file mode 100644 index 0000000..542ec1b --- /dev/null +++ b/map.qwerty.simplegrid.tsv @@ -0,0 +1,4 @@ +q w e r t y u i o p +a s d f g h j k l ' + z x c v b n m + , . |