Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edonv/keyinputlistener

SwiftUI mechanism for receiving keyboard input without a TextField.
https://github.com/edonv/keyinputlistener

ios keyboard macos swiftui uikeyinput

Last synced: about 10 hours ago
JSON representation

SwiftUI mechanism for receiving keyboard input without a TextField.

Awesome Lists containing this project

README

        

# KeyInputListener

## To-Do's

- [ ] Figure out a way to allow conditional updates to `hasText`, which, when `enablesReturnKeyAutomatically` is set to `true`, is what dictates if the return key is enabled/disabled.