Lightweight On-Screen-Keyboard based on SDL2
This keyboard is used to unlock the encrypted root partition in postmarketOS and other distributions.
Building:
This project uses meson, and can be built with:
$ meson _build
$ meson compile -C _build
Tests:
Functional tests require xvfb-run
. Mesa w/ swrast is needed if running on a headless system (e.g., a CI).
$ meson test -C _build
Note: Tests which require elevated privileges will be skipped.