From bfe452bf99903f55356744b8cad3047e1385ee46 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 1 Dec 2021 22:59:09 -0500 Subject: readme: add more info for map.tsv --- README.md | 4 ++-- map.qwerty.simplegrid.tsv | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 map.qwerty.simplegrid.tsv diff --git a/README.md b/README.md index dd71711..5dfadda 100644 --- a/README.md +++ b/README.md @@ -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 wordsSorted.txt +./mapScore.py map.tsv 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 + , . -- cgit 1.4.1