Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/KeyboardKit/KeyboardKit

KeyboardKit is a Swift SDK that lets you create fully customizable keyboards with a few lines of code, using SwiftUI.
https://github.com/KeyboardKit/KeyboardKit

apple emoji ios keyboard keyboard-extension macos swift swiftui tvos visionos watchos

Last synced: 3 months ago
JSON representation

KeyboardKit is a Swift SDK that lets you create fully customizable keyboards with a few lines of code, using SwiftUI.

Awesome Lists containing this project

README

        


KeyboardKit Logo


Version
Swift 5.9
Swift UI
MIT License
Twitter: @@getkeyboardkit
Mastodon: @keyboardkit@techhub.social

## About KeyboardKit

KeyboardKit is a SwiftUI SDK that lets you create fully customizable [keyboard extensions][About] with just a few lines of code.

KeyboardKit extends Apple's limited keyboard APIs, extends the text document proxy and input controller with a lot more capabilities, and provides you with additional functionality, services, states and views, to let you build an outstanding, custom keyboard with ease.



KeyboardKit is open-source and completely free to use. It can be extended with [KeyboardKit Pro][Pro], which unlocks a bunch of pro features, like fully localized keyboards, autocomplete, AI-enabling features, and much more.

Keyboard extensions can be used within all other apps on iOS, whever text input is supported. It's the only way for your company, product, or brand to directly interact with other apps on iOS. Don't miss out!

## Installation

KeyboardKit can be installed with the Swift Package Manager:

```
https://github.com/KeyboardKit/KeyboardKit.git
```

After installing KeyboardKit, make sure to link it to all targets that need it.

## Getting Started

After installing KeyboardKit, just make your `KeyboardViewController` inherit ``KeyboardInputViewController`` instead of `UIInputViewController`:

```swift
import KeyboardKit

class KeyboardController: KeyboardInputViewController {}
```

This gives your controller access to new lifecycle functions like `viewWillSetupKeyboard`, observable state like `state.keyboardContext`, services like `services.actionHandler`, and much more.

If you just want to use the standard `KeyboardView`, which mimics a native iOS keyboard, you don't have to do anything else. KeyboardKit will set up everything for you.

To replace or customize the standard `KeyboardView`, just override `viewWillSetupKeyboard` and call `setup` with a `view` builder:

```swift
class KeyboardViewController: KeyboardInputViewControllerย {

override func viewWillSetupKeyboard() {
super.viewWillSetupKeyboard()
setup { [weak self] controller in // <-- Use [weak self] or [unowned self] if you need self here.
KeyboardView(
state: controller.state,
services: controller.services,
buttonContent: { $0.view },
buttonView: { $0.view },
emojiKeyboard: { $0.view },
toolbar: { _ in MyCustomToolbar() }
)
}
}
}
```

For more information, please see the [getting started guide][Getting-Started].

## Supported Locales

KeyboardKit supports [68 keyboard-specific locales][Localization]:

๐Ÿ‡ฆ๐Ÿ‡ฑ ๐Ÿ‡ฆ๐Ÿ‡ช ๐Ÿ‡ฆ๐Ÿ‡ฒ ๐Ÿ‡ง๐Ÿ‡พ ๐Ÿ‡ง๐Ÿ‡ฌ ๐Ÿ‡ฆ๐Ÿ‡ฉ ๐Ÿณ๏ธ ๐Ÿ‡ญ๐Ÿ‡ท ๐Ÿ‡จ๐Ÿ‡ฟ ๐Ÿ‡ฉ๐Ÿ‡ฐ

๐Ÿ‡ณ๐Ÿ‡ฑ ๐Ÿ‡ง๐Ÿ‡ช ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ช๐Ÿ‡ช ๐Ÿ‡ซ๐Ÿ‡ด ๐Ÿ‡ต๐Ÿ‡ญ ๐Ÿ‡ซ๐Ÿ‡ฎ ๐Ÿ‡ซ๐Ÿ‡ท

๐Ÿ‡จ๐Ÿ‡ฆ ๐Ÿ‡ง๐Ÿ‡ช ๐Ÿ‡จ๐Ÿ‡ญ ๐Ÿ‡ฌ๐Ÿ‡ช ๐Ÿ‡ฉ๐Ÿ‡ช ๐Ÿ‡ฆ๐Ÿ‡น ๐Ÿ‡จ๐Ÿ‡ญ ๐Ÿ‡ฌ๐Ÿ‡ท ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ฎ๐Ÿ‡ฑ

๐Ÿ‡ญ๐Ÿ‡บ ๐Ÿ‡ฎ๐Ÿ‡ธ ๐Ÿณ๏ธ ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿ‡ฎ๐Ÿ‡ช ๐Ÿ‡ฎ๐Ÿ‡น ๐Ÿ‡ฐ๐Ÿ‡ฟ ๐Ÿ‡น๐Ÿ‡ฏ ๐Ÿ‡น๐Ÿ‡ฏ ๐Ÿ‡น๐Ÿ‡ฏ

๐Ÿ‡ฑ๐Ÿ‡ป ๐Ÿ‡ฑ๐Ÿ‡น ๐Ÿ‡ฒ๐Ÿ‡ฐ ๐Ÿ‡ฒ๐Ÿ‡พ ๐Ÿ‡ฒ๐Ÿ‡น ๐Ÿ‡ฒ๐Ÿ‡ณ ๐Ÿณ๏ธ ๐Ÿ‡ณ๐Ÿ‡ด ๐Ÿ‡ณ๐Ÿ‡ด ๐Ÿ‡ฎ๐Ÿ‡ท

๐Ÿ‡ต๐Ÿ‡ฑ ๐Ÿ‡ต๐Ÿ‡น ๐Ÿ‡ง๐Ÿ‡ท ๐Ÿ‡ท๐Ÿ‡ด ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡ธ ๐Ÿ‡ท๐Ÿ‡ธ ๐Ÿ‡ธ๐Ÿ‡ฐ ๐Ÿ‡ธ๐Ÿ‡ฎ ๐Ÿ‡ช๐Ÿ‡ธ

๐Ÿ‡ฆ๐Ÿ‡ท ๐Ÿ‡ฒ๐Ÿ‡ฝ ๐Ÿ‡ฐ๐Ÿ‡ช ๐Ÿ‡ธ๐Ÿ‡ช ๐Ÿ‡น๐Ÿ‡ท ๐Ÿ‡บ๐Ÿ‡ฆ ๐Ÿ‡บ๐Ÿ‡ฟ ๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ

KeyboardKit provides a basic keyboard layout with basic callout actions.ย [KeyboardKit Pro][Pro] provides localized layouts, callouts and behaviors for all supported locales.

## Open-Source Features

KeyboardKit comes packed with features to help you build amazing keyboard extensions:

* โŒจ๏ธ [Essentials][Essentials] - KeyboardKit provides essential utilities, types & views.
* ๐Ÿ’ฅ [Actions][Actions] - KeyboardKit makes it easy to trigger keyboard-related actions.
* ๐Ÿ’ก [Autocomplete][Autocomplete] - KeyboardKit has ways to perform autocomplete.
* ๐Ÿ—ฏ [Callouts][Callouts] - KeyboardKit can show input & secondary action callouts.
* ๐ŸŒˆ [Colors][Colors] - KeyboardKit defines keyboard-specific colors.
* ๐Ÿ–ฅ๏ธ [Device][Device] - KeyboardKit has device-specific utilities.
* ๐Ÿ˜€ [Emojis][Emojis] - KeyboardKit defines emojis, categories, versions, skin tones, etc.
* ๐Ÿ”‰ [Feedback][Feedback] - KeyboardKit can trigger audio & haptic feedback.
* ๐Ÿ‘† [Gestures][Gestures] - KeyboardKit has a customizable keyboard gesture engine.
* ๐Ÿ  [Host][Host] - KeyboardKit can identify the host application.
* ๐Ÿ–ผ๏ธ [Images][Images] - KeyboardKit defines keyboard-specific images.
* ๐Ÿ”ฃ [Layout][Layout] - KeyboardKit has customizable input sets & keyboard layouts.
* ๐ŸŒ [Localization][Localization] - KeyboardKit supports **68 locales**.
* ๐Ÿ—บ๏ธ [Navigation][Navigation] - KeyboardKit lets you open urls and apps from the keyboard.
* ๐Ÿ‘ [Previews][Previews] - KeyboardKit has extensive keyboard preview support.
* โžก๏ธ [Proxy][Proxy] - KeyboardKit extends the text document proxy with a lot more capabilities.
* โš™๏ธ [Settings][Settings] - KeyboardKit has tools for in-app settings & System Settings.
* ๐Ÿฉบ [Status][Status] - KeyboardKit can detect if a keyboard is enabled, has full access, etc.
* ๐ŸŽจ [Styling][Styling] - KeyboardKit lets you style your keyboards to great extent.

## Pro Features

You can upgrade to [KeyboardKit Pro][Pro] to unlock Pro features.

* โŒจ๏ธ [Essentials][Essentials] - KeyboardKit Pro unlocks more essential tools, keyboard previews, etc.
* ๐Ÿค– [AI][AI] - KeyboardKit Pro unlocks features that are needed for AI.
* ๐Ÿ“ฑ [App][App] - KeyboardKit Pro unlocks app-specific screens & views.
* ๐Ÿ’ก [Autocomplete][Autocomplete] - KeyboardKit Pro unlocks on-device & remote autocomplete.
* ๐Ÿ—ฏ [Callouts][Callouts] - KeyboardKit Pro unlocks localized callouts for all **68** locales.
* ๐ŸŽค [Dictation][Dictation] - KeyboardKit Pro can perform dictation from the keyboard.
* ๐Ÿ˜€ [Emojis][Emojis] - KeyboardKit Pro unlocks a powerful emoji keyboard.
* โŒจ๏ธ [External][External] - KeyboardKit Pro can detect if an external keyboard is connected.
* ๐Ÿ”‰ [Feedback][Feedback] - KeyboardKit Pro unlocks tools for toogling feedback on & off.
* ๐Ÿ  [Host][Host] - KeyboardKit Pro can identify specific host applications.
* ๐Ÿ”ฃ [Layout][Layout] - KeyboardKit Pro unlocks localized layouts for all **68** locales.
* ๐ŸŒ [Localization][Localization] - KeyboardKit Pro unlocks **68** locale-specific services and keyboard views.
* ๐Ÿ‘ [Previews][Previews] - KeyboardKit Pro unlocks keyboard and theme previews.
* โžก๏ธ [Proxy][Proxy] - KeyboardKit Pro unlocks ways for `UITextDocumentProxy` to read the full document.
* ๐Ÿ“ [Text][Text-Input] - KeyboardKit Pro unlocks tools to let you type within the keyboard.
* ๐Ÿญ [Themes][Themes] - KeyboardKit Pro unlocks a theme engine with many pre-defined themes.

## Documentation

The [online documentation][Documentation] has more information, articles, code examples, etc.

## Demo App

The demo app shows how to display keyboard state, link to system settings, etc.

The demo app has two demo keyboards:

* `Keyboard` uses KeyboardKit and a customized `KeyboardView`.
* `KeyboardPro` uses KeyboardKit Pro and enables all locales, autocomplete, themes, etc.

Just open and run the demo app in the `Demo` folder, then enable the keyboards under System Settings. Note that you need to enable full access for some features to work.

## KeyboardKit App

If you want to try KeyboardKit Pro without having to write any code or build the demo app from Xcode, there is a [KeyboardKit app][App] in the App Store, that lets you try out many pro features.

## Support This Project

KeyboardKit is open-source and completely free, but you can support the project by becoming a [GitHub Sponsor][Sponsors], upgrading to [KeyboardKit Pro][Pro] or [get in touch][Email] for freelance work, paid support etc.

## Contact

Feel free to reach out if you have questions or if you want to contribute in any way:

* Website: [keyboardkit.com][Website]
* Mastodon: [@[email protected]][Mastodon]
* Twitter: [@getkeyboardkit][Twitter]
* E-mail: [[email protected]][Email]

## License

KeyboardKit is available under the MIT license. See the [LICENSE][License] file for more info.

[Email]: mailto:[email protected]
[Website]: https://keyboardkit.com
[Twitter]: http://twitter.com/getkeyboardkit
[Mastodon]: https://techhub.social/@keyboardkit
[Sponsors]: https://github.com/sponsors/danielsaidi

[About]: https://keyboardkit.com/about

[KeyboardKit]: https://github.com/KeyboardKit/KeyboardKit
[Pro]: https://github.com/KeyboardKit/KeyboardKitPro
[Gumroad]: https://kankoda.gumroad.com
[App]: https://keyboardkit.com/app
[License]: https://github.com/KeyboardKit/KeyboardKit/blob/master/LICENSE

[Documentation]: https://keyboardkit.github.io/KeyboardKit/
[Getting-Started]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/getting-started
[Essentials]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/essentials

[Actions]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/actions-article
[AI]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/ai-article
[App]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/app-article
[Autocomplete]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/autocomplete-article
[Buttons]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/buttons-article
[Callouts]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/callouts-article
[Colors]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/colors-article
[Device]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/device-article
[Dictation]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/dictation-article
[Emojis]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/emojis-article
[External]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/external-keyboards-article
[Feedback]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/feedback-article
[Gestures]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/gestures-article
[Host]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/host-article
[Images]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/images-article
[Layout]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/layout-article
[Localization]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/localization-article
[Navigation]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/navigation-article
[Previews]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/previews-article
[Proxy]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/proxy-article
[Settings]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/settings-article
[Status]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/status-article
[Styling]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/styling-article
[Text-Input]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/text-input-article
[Themes]: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/themes-article