spiegel-keyman/android/Tests/KeyboardHarness/readme.md
Marc Durdin c243ceab3a docs(android): update keyboardharness readme
Test-bot: skip
Build-bot: skip
2026-07-10 15:54:03 +02:00

826 B

KeyboardHarness Test App

This app is is based on Samples/KMSample1 and targets keyboard functionality and reproducing bugs with keyboards rather than integration functionality. Use as system keyboard is currently not supported.

keyboardharness package source

The path is ./app/src/main/assets/keyboardharness.kps

and consists of these engineering keyboards:

  • android/Tests/KeyboardHarness/app/src/main/assets/longpress.js
  • web/testing/chirality/chirality.js
  • web/testing/platform/platformtest.js

test9469.kmp is another engineering keyboard to show non-printing characters on the OSK.

Compiling From Command Line

  1. Launch a command prompt to the android/Tests/KeyboardHarness folder
  2. Compile KeyboardHarness
    ./build.sh
    

Version History

2017-09-26 1.0

  • Initial creation