diff --git a/.gitignore b/.gitignore index 0711527..36a613b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,5 @@ testem.log # System files .DS_Store Thumbs.db + +TextTestExe/ \ No newline at end of file diff --git a/README.md b/README.md index 92f2fe8..291f11e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Keyboard emulation on most systems requires workarounds for two issues: - keeping the window with the keyboard on top while another (the input target) is in focus - not receiving focus when clicked - sending input -### Windows -To keep the window on top: [PowerToys Always on top](https://learn.microsoft.com/en-us/windows/powertoys/always-on-top). -To [send input](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput), inspired by [dpurgin/osk](https://github.com/dpurgin/osk). + +## Logging Setup +either use [TextTestExe](https://depts.washington.edu/acelab/proj/texttest/) (local program) or [TextTestPP](https://drustz.com/TextTestPP/) (online).