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.
- Host: GitHub
- URL: https://github.com/frknkrc44/superboard
- Owner: frknkrc44
- License: gpl-3.0
- Created: 2020-11-30T21:55:58.000Z (over 5 years ago)
- Default Branch: beta
- Last Pushed: 2025-04-07T08:26:49.000Z (about 1 year ago)
- Last Synced: 2025-04-07T08:31:11.677Z (about 1 year ago)
- Topics: android, android-keyboard, hacktoberfest, java, keyboard
- Language: Java
- Homepage:
- Size: 1.93 MB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SuperBoard

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...