Helium314 / HeliBoard

Customizable and privacy-conscious open-source keyboard
Apache License 2.0
1.83k stars 67 forks source link

[PR] Extend existing superscript symbols on popup keys #901

Open b02860de585071a2 opened 5 days ago

b02860de585071a2 commented 5 days ago

Is your feature request related to a problem? Please describe.

(This issue is for a pull request)

Currently, only unicode superscript characters ¹- (U+00B{9,2-3}, U+2074) are accessible through key popups on the number row. Many keyboards also support - and (U+207{5-9,0}).

Lacking these characters makes inputting certain text impossible - namely, scientific notation (e.g., 1.2345x10⁶⁷⁸⁹)

Describe the solution you'd like I would like - and to be accessible, as well as a handful of other commonly used math symbols: /, /, (U+207{A-E}).

Use case Primarily used for inputting text in scientific notation. Most useful for users in science/engineering fields.

Describe alternatives you've considered (if any)