add todo section to readme

This commit is contained in:
Helium314 2024-02-27 16:55:46 +01:00
parent c9d9ef5c63
commit 777737db72

View file

@ -12,6 +12,7 @@ Does not use internet permission, and thus is 100% offline.
* [Translation](#translation) * [Translation](#translation)
* [Dictionary Creation](#dictionary-creation) * [Dictionary Creation](#dictionary-creation)
* [Code Contribution](#code-contribution) * [Code Contribution](#code-contribution)
- [To-do](#to-do)
- [License](#license) - [License](#license)
- [Credits](#credits) - [Credits](#credits)
@ -130,6 +131,22 @@ See make-emoji-keys tool [README](tools/make-emoji-keys/README.md).
See make-dict-list tool [README](tools/make-dict-list/README.md). See make-dict-list tool [README](tools/make-dict-list/README.md).
# To-do
Planned features and improvements
* Customizable functional key layout
* Will likely result in having the same functional key layout for alphabet and symbols layouts
* Requires adjusting names and codes for compatibility with FlorisBoard layouts
* Support for "special keys" like _alt_ and _ctrl_ (#479)
* Less complicated addition of languages (e.g. #519)
* Additional and customizable key swipe functionality
* Some functionality will not be possible when using glide typing
* Ability to enter all emojis independent of Android version (optional, #297)
* (limited) support for customizing _all_ internally used colors
* Add and enable emoji dictionaries by default (if available for language)
* Clearer / more intuitive arrangement of settings
* Maybe hide some less used settings by default (similar to color customization)
* Bug fixes
# License # License
HeliBoard (as a fork of OpenBoard) is licensed under GNU General Public License v3.0. HeliBoard (as a fork of OpenBoard) is licensed under GNU General Public License v3.0.