spiegel-keyman/linux/keyman-system-service/tests/README.md
Eberhard Beilharz 603c1d6ea0
feat(linux): Add system service to toggle capslock LED
This implements the server side.
2023-05-15 09:13:58 +02:00

11 lines
403 B
Markdown

# keyman-system-service tests
This directory defines a keyman-test-service. This is mostly identical to
keyman-system-service. The differences are:
- it runs on the session bus instead of system bus
- KeyboardDevice (which in production interacts with evdev) is mocked
so that the tests don't require root permissions.
The keyman-test-service gets called/used by the ibus-keyman integration
tests.