CellWriter ========== CellWriter is a grid-entry natural handwriting input panel. As you write characters into the cells, your writing is instantly recognized at the character level. When you press 'Enter' on the panel, the input you entered is sent to the currently focused application as if typed on the keyboard. Please see the website for more information: http://risujin.org/cellwriter Michael Levin Notes on compiling ================== CellWriter is packaged with Autotools. To install use: ./configure && make && make install If you are NOT planning to install the software but want to run it from the source directory, you need to configure CellWriter to use the local data directory. When you run the configure script, pass the absolute path to the 'share' subdirectory to the script: ./configure --datadir=/home/[user]/.../cellwriter/share If you do not do this, CellWriter will not be able to load the tray icon or the word frequency file. Thanks ====== Big thanks to Nelson A. de Oliveira for helping me track down a nasty bug and getting this baby shipshape for Debian!