Live data from Hacker News

Show HN: A 2-row, 16-key keyboard designed for smartphones

k-keyboard.com

1–10 of 70 posts

Re: Show HN: A 2-row, 16-key keyboard designed for smartphones

#3
Smartphone keyboards dynamically adjust the "hitbox" of each key based on what's previously been typed and overall letter frequencies of the language. So when typing "Paris is the capital of Fr..." [*], the A key becomes much easier to hit than its neighbors. Fun fact: back in the day, when this tech was less refined, certain letter contexts made the hitboxes of some keys effectively nonexistent [0].

I wonder if an approach like KKeyboard with larger but statically combined keys leads to faster typing than the current approach with smaller but dynamically "combined" keys.

[*] In reality, the context is modeled using a simple Hidden Markov Model with a much smaller effective context window that could not associate "Paris" and "France." But you get the idea.

[0] https://forums.macrumors.com/threads/impossible-to-type-okee...

Re: Show HN: A 2-row, 16-key keyboard designed for smartphones

#5
post #2

You might want to throw a CDN in front of this -- the site is realllllly struggling and seems very complex under the hood. Cool idea though.

Thanks for letting me know! The website isn’t optimized yet, so it’s running slower than usual. I’ll work on improving it soon. Really appreciate your interest!

Re: Show HN: A 2-row, 16-key keyboard designed for smartphones

#6
post #4
post #2

You might want to throw a CDN in front of this -- the site is realllllly struggling and seems very complex under the hood. Cool idea though.

I threw it at archive.is for them. https://archive.is/gW1rO

Thanks for archiving it ^^

really appreciate the help!

Re: Show HN: A 2-row, 16-key keyboard designed for smartphones

#7
I'm not following.

* Does this still expect you to hit every key but some of them need multiple taps?

* Are they doing fancy autocorrect-like magic to decide which letter you meant, and if so why use this instead of taking it one more step and using http://minuum.com/ ?

* Or is it something else?

Re: Show HN: A 2-row, 16-key keyboard designed for smartphones

#8

Smartphone keyboards dynamically adjust the "hitbox" of each key based on what's previously been typed and overall letter frequencies of the language. So when typing "Paris is the capital of Fr..." [*], the A key becomes much easier to hit than its neighbors. Fun fact: back in the day, when this tech was less refined, certain letter contexts made the hitboxes of some keys effectively nonexistent [0]. I wonder if an a…

Omg I thought this was just me. How do I turn this off? On iOS, this has been bugging me for a long time.

Re: Show HN: A 2-row, 16-key keyboard designed for smartphones

#10

I'm not following. * Does this still expect you to hit every key but some of them need multiple taps? * Are they doing fancy autocorrect-like magic to decide which letter you meant , and if so why use this instead of taking it one more step and using http://minuum.com/ ? * Or is it something else?

Yes, all characters are entered with tap or double-tap, and it also supports simultaneous taps as an advanced option. It’s fully local, with no autocorrect or prediction. Minuum compresses QWERTY into one row, but QWERTY mini keeps the QWERTY structure to preserve the familiar typing experience. Thanks for your interest!
Post reply on HN