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

https://github.com/frknkrc44/superboard

A mirror of https://gitlab.com/frknkrc44/superboard. Please do everything on my GitLab repository.
https://github.com/frknkrc44/superboard

android android-keyboard hacktoberfest java keyboard

Last synced: about 1 year ago
JSON representation

A mirror of https://gitlab.com/frknkrc44/superboard. Please do everything on my GitLab repository.

Awesome Lists containing this project

README

          

# SuperBoard

![Android CI](https://github.com/frknkrc44/superboard/actions/workflows/android-ci.yml/badge.svg)

A basic keyboard app

### Current layouts

- QWERTY (US)
- DVORAK (DE)
- QWERTY (TR)
- QWERTY (TR - Mini)
- QWERTY (TR - Full)
- F (TR)
- Old Turkic

You can add your own layout creator to SuperBoardLayoutCreator folder and it'll be generated automatically.

### Some key events

- Long press to !?# → Close keyboard
- Long press to , (except DVORAK) → Send TAB key
- Long press to ENTER → Open emoji keyboard

### Translations

You can use [Crowdin](https://crowdin.com/project/superboard) for translations.

⚠️ PR translations will not accepted due to conflicts.

If you want to translate this app and your language isn't added to the translation page,
feel free to open an issue on GitLab mirror.

### TODO

- Create a theme store (it'll be another app)
- Add new keyboard layouts
- And more...