doc: readme

This commit is contained in:
eneller
2026-01-24 18:38:37 +01:00
parent 3b5d304845
commit 1ad2e8ad4c
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@@ -40,3 +40,5 @@ testem.log
# System files
.DS_Store
Thumbs.db
TextTestExe/

View File

@@ -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).