douglashill / KeyboardKit

The easiest way to add comprehensive hardware keyboard control to an iPad, iPhone, or Mac Catalyst app.
MIT License
444 stars 11 forks source link

Tests and text input #3

Closed douglashill closed 4 years ago

douglashill commented 4 years ago

This branch improves the detection of which key commands conflict with text input. Mostly it now allows more key combinations that don’t do anything with text input.This branch also adds a tests target for the framework which can be run with cmd + U with the demo app scheme. The text input conflicts implementation is now checked by a tediously long test.