this post was submitted on 31 May 2026
20 points (91.7% liked)

FOSS Keyboards

1284 readers
1 users here now

This is a community for talking about and sharing links to ⌨️ you've made/found that features:



Credits:

founded 2 years ago
MODERATORS
 

Physical keyboard layouts were optimized for typing with ten fingers. Most virtual keyboards just copy the look of those physical layouts — even though the writing experience is completely different, since on a screen we're really only using one or two thumbs. On top of that, most of these keyboards focus on how the keyboard looks, and pay far less attention to how it sounds and feels.

With Honeyboard, I wanted to explore what it means to redesign a keyboard specifically for screens, and build the best possible writing experience around that. I focused on the essential core features that define what a virtual keyboard actually is:

  • Write in your native script. Honeyboard ships with 122 languages and 295 layouts.
  • A coherent experience for your senses. Organizational structure, visual, haptic, and auditory feedback all work together to make typing genuinely feel satisfying.
  • Adapts to any device. Phone, foldable, or tablet — it looks and works perfectly on all of them, so it feels like a native part of your system.
  • Fully local. It runs entirely on-device, with no special permissions required.
  • Public domain. The code is contributed to the public domain, with a modular, clear structure, thorough tests, and documentation — so it's easy to contribute to or adapt yourself.

This isn't just another keyboard. It's a vision of what digital typing could look like in the future — and it already works today.

There's still some polishing and optimization to do, especially on the sound design, the layout sources, and the layouting algorithm, but none of that gets in the way of everyday use.

I'd love to hear what you think.

all 18 comments
sorted by: hot top controversial new old
[–] buliarous@piefed.social 6 points 2 months ago (1 children)

can we have a release apk or on F Droid? would love to try it!

[–] 13igTyme@piefed.social 5 points 2 months ago (1 children)

Physical keyboards were optimized to slow down typing because typing too fast would jam the machines.

[–] PropaGandalf@lemmy.world 4 points 2 months ago* (last edited 2 months ago) (1 children)

well thats true for the very old ones but I had regular pc keyboards in mind when I wrote this ^^

[–] 13igTyme@piefed.social 5 points 2 months ago

The Qwerty keyboard layout was a result of typewriters being jammed. Qwerty moved commonly pressed keys farther away.

[–] SandLight@lemmy.world 4 points 2 months ago (1 children)

I'm fascinated to try it. I've tried some other non traditional keyboards over the years. Unfortunately I get a cryptic "Failed to install" message with the apk. Might be due to this being an old phone. I will try and remember to come back to this after I get a new one. Planning to upgrade anyways this week.

[–] PropaGandalf@lemmy.world 4 points 2 months ago* (last edited 2 months ago) (1 children)

yes its android 14 upwards only unfortunately :/

[–] SandLight@lemmy.world 2 points 2 months ago

Ok, here's to better luck when I get my new phone

[–] sukhmel@programming.dev 2 points 2 months ago

I can't quite understand how tob switch the language to a secondary, and the secondary language is gone from the full list of keyboards after switching to HoneyBoard.

Capitalisation by upwards swipebis a nice featiure, would be cool to also have punctuation available with swipes. Also, I keep missing buttons but that's lack of practice, the idea looks great

[–] ghodawalaaman@programming.dev 1 points 2 months ago (1 children)

good idea, does it support pinyin?

[–] PropaGandalf@lemmy.world 1 points 1 month ago

no, CJK languages are not supported yet

[–] Tamo240@programming.dev 1 points 2 months ago (1 children)

Interesting, could be a move away from typewise, do you support their gestures? Left to delete and up for capitalised.

[–] PropaGandalf@lemmy.world 2 points 1 month ago

yes, currently you can swipe up to capitalize, swipe backspace left to delete a word and swipe the space key to move the pointer. in the future i could imagine a generic gesture system where you can swipe a key in all directions and assign actions to each direction.