Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/kmcaster.git

Simplify documentation

Author DaveJarvis <email>
Date 2020-07-27 13:28:55 GMT-0700
Commit 6fc7940a38b5a21375c43b96dbdd2c54713edb22
Parent 975e767
README.md
Java-based on-screen display (OSD) for keyboard and mouse events.
-This program captures keyboard and mouse events for the purpose of screencasting. While a plethora of software already exists, none meet all the following criteria:
+This program displays keyboard and mouse events for the purpose of screencasting. While such software already exists, none meet all the following criteria:
-* cross-platform;
-* small display size;
+* custom display size;
* easily positioned;
* show single events;
* show all mouse clicks;
* show scrolling;
-* release modifier keys when typing quickly;
-* and traps emulation software (e.g., [Sikuli](http://sikulix.com/)).
+* accurate modifier key states; and
+* works with emulation software (e.g., [Sikuli](http://sikulix.com/)).
Delta 4 lines added, 5 lines removed, 1-line decrease