SHORT INSTRUCTIONS. install cnee. in terminal, run info cnee for a copy of CNEE(1) General Commands Manual. remove newline and extra spaces from EXAMPLES code. put edited record code into terminal. press enter. never input any event until cursor stops flashing. event recording is now active. press keys at will, but wait for cursor to stop flashing after each keypress. when finished pressing all the keys you want to, move mouse cursor. It seems about four inches makes about 1000 events, which stops recording, according to the --events-to-record value in example code. to replay, paste the replay code into terminal, then press enter. terminal record. cnee --record --mouse --keyboard --time 5 --store-mouse-position --first-last --stop-key h -o xnee.xns -e xnee_record.log -v; terminal replay. cnee --replay -f xnee.xns -v -e xnee_replay.log --time 5 --recall-window-position;