Rendered at 06:24:14 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
crazygringo 6 hours ago [-]
I love swiping for speed, because it's usually faster than tapping and easy to do one-handed, but then there are always a bunch of words that are too similar that it can never get right, it doesn't deal well with doubled vs single letters, etc.
So for the longest time, I've wanted a new keyboard layout specifically designed for swiping. In the same way that Dvorak was optimized for ergonomically typing English words, I want a keyboard layout designed to minimize word overlap/ambiguity when swiping.
It doesn't even necessarily have to have 26 keys, e.g. maybe there could be one key overloaded for v/w/x/z (and you long-press it if you ever want to type a single letter). On the other hand, maybe there need to be separate keys for 'e' and 'ee', or a special key for "double the previous letter".
Because I love swiping, but all my problems with it come from the fact that the QWERTY layout is far from ideal for it. I am 100% willing to learn a new layout if anyone will develop an optimal one for English so that swiping has a 99.9% accuracy rate instead of what currently feels more like 90% or 95%.
nulld3v 6 hours ago [-]
FUTO Swipe supports ClearFlow, which is exactly what you are talking about, a keyboard layout optimized for swiping: https://clearflowkeyboard.github.io/
I switched to ClearFlow a month or two ago after learning of it on Hackernews. It is available in GBoard.
I'm happy with the switch. Like any keyboard switch (I've gone from Qwerty to Dvorak and now a Colemak-dh derivative with about ten years on each) it takes some time to learn the layout. Overall I'm happy with it though and there are less frustrating misinterpretations and corrections needed.
This post was swiped on it with only two corrections and the second one was my fault as i misremembered a key location.
Conscat 2 hours ago [-]
I have been a ClearFlow user for over a year now. Generally I like it, but there absolutely are still common words that are hard to input consistently. The THEA cluster has given me no shortage of problems. Still a fan though.
neves 5 hours ago [-]
Does It work for non English languages?
resonious 4 hours ago [-]
This is interesting. Though it doesn't seem like it'd translate well to a physical keyboard, leaving me with two different layouts to work with.
Maybe I'm mistaken though. Are there any physical clearflow keyboards? Are they any good, or does clearflow really only work well with swipe?
joshuat 3 hours ago [-]
Using a physical clearflow keyboard sounds like a nightmare - they're just designed for very different input models
_thisdot 3 hours ago [-]
The thumb typing muscle memory does not translate to finger typing at all. Most Dvorak or Colemak users are comfortable using QWERTY on their phones. Clearflow really only works well with swipe.
duskdozer 55 minutes ago [-]
No, not muscle memory, but at least the idea of knowing where keys are. I'd bet that non-qwerty typers mostly started with qwerty and possibly still need to use it on some occasions, so they remember.
functionmouse 4 hours ago [-]
interesting, tying this. thanks
deepsquirrelnet 5 hours ago [-]
> Because I love swiping, but all my problems with it come from the fact that the QWERTY layout is far from ideal for it. I am 100% willing to learn a new layout if anyone will develop an optimal one for English so that swiping has a 99.9% accuracy rate instead of what currently feels more like 90% or 95%.
90-95% is a very good estimate! That's about what we measure on our test set. I have good news for you, and we will have a blog post about it soon. Because of how our models are built, we are able to optimize for detection accuracy directly by constructing synthetic swipes on each layout for ~50k words, and then testing them through the model. We tested around 800,000 layouts this way.
The biggest issue with QWERTY is that there are far too many words that swipe colinear or obtuse angle letter trigrams. These are both hard to detect and frustrating for swipe users, because you can't clearly indicate the letters you're gesturing. Neural swipe models (at least ours) look for indicators in the gesture pattern that suggests a user was targeting a specific letter, rather than trying to match a gesture shape like algorithmic detection does.
The shape of the keyboard can significantly improve the way the gestures are formed so that there is better indication of letters. The model can still respond to dwell times because unlike shape matching it uses the temporal information. But dwell interrupts flow, and in my opinion should be minimized in swipe layouts.
sholladay 2 hours ago [-]
> it doesn't deal well with doubled vs single letters, etc.
You mean like the two E’s in “feel” or the two L’s in “fell”? I just tried and it handles them well. Are you aware of the circling technique? When you want to double up on a letter, you briefly circle it slightly. I believe some keyboards let you hover momentarily without circling.
Try it, swipe F-E-L, it should complete to “fell”, then do the same thing again but form a small, tight circle over the E, it should then complete to “feel”. Works for me every time.
saimiam 2 hours ago [-]
On the iPhone at least, following your instructions, I got anything from ‘feel’ to ‘fell’ to ‘grok’ to ‘felt’.
Is it possible that your keyboard’s particular dictionary knows the words you’re more likely to use and adjusts for it?
Edit - Also got ‘grill’. Notice how the -t in felt and -I- in grill are not near path to L.
sholladay 35 minutes ago [-]
My guess is you are deleting the word each time. Unlike the FUTO keyboard, the iPhone keyboard will give you different results each time after you delete because it assumes that if you delete a word, it’s probably because the autocomplete got it wrong, so it gives you a different result on the next try.
A workaround is to use the Notes app and use the return key to make a new line after each try, rather than deleting. That should give you more consistent results.
jaggederest 6 hours ago [-]
Blast from the past here for you, probably not relevant any more, but a cool reimagining of gesture interfaces:
It has a similar sort of 'It doesn't have to have 26 keys on something the size and shape of a mobile 'phone.' thinking as 8vim has, whilst raising a good 'You know 'phones worked fine with a 3 by 4 grid for 60 years, ne?' point, but adding a modern twist of 'We can swipe, in the 21st century.' to the old notion of multiple letters on a button.
There are still these people thinking outside of the typewriter-keyboard-on-a-'phone box. (-:
horsawlarway 6 hours ago [-]
I really liked this in the day (and i just played with the version you linked and can still remember all the key patterns - I'm typing this comment with it now).
But it just can't touch swiping for speed. Frankly, the keyboard I miss most is the T9 predictive text from my old school pre smart phone era.
Nothing has come close to the same expressiveness and speed while being usable completely blind, only by feel.
I do feel like mobile keyboards have stagnated in a bad spot, though.
JdeBP 5 hours ago [-]
I should have guessed. Of course someone has done this. (-:
I have been wanting this for a while. I currently use dvorak with the split mode that happens when the phone is horizontal for good typing speed.
dhruvbird 49 minutes ago [-]
Very cool. I'm a big fan of swipe. So much so that a bunch of us a Grammarly re-implemented it using a similar technique about 2 years ago on the Grammarly iOS keyboard, so if you want to experience something similar on iOS, you can head to the app store https://apps.apple.com/us/app/grammarly-ai-keyboard-notes/id... and use the qwerty english keyboard layout to get this neural net version of swipe.
One key difference is that the learned model does not decode in a context sensitive manner but does it a word at a time. The main reason is because we wanted to release this soon and wanted the user's personal dictionary (i.e. contact names, etc... to show up correctly when swiped). It would have been nice if we could have followed through with the context sensitive decoding as described by the FUTO folks. It would really help with accuracy when dealing with words like:
(Disclaimer: I am one of the authors of the Grammarly swipe system as described in the linked blog post).
blopker 9 hours ago [-]
I've been using this keyboard on and off for a while now. I've always switched back to gboard, however this update made me convert full time. It's really good.
There are a few issues, like it randomly capitalizes words in the middle of sentences. Also, it doesn't seem to take context into account when suggesting words, so words that clearly wouldn't follow the last word will often show up.
It's not as good as gboard yet, but close enough that I'm going to stick with it.
Note that if you have a more powerful device, you can get larger models for voice and larger dictionaries from their site. They make a noticeable difference.
Good. That's a silly thing to have in a keyboard. No silly childish gifs that I can accidentally click on is a great feature.
james2doyle 8 hours ago [-]
We sound similar. I have found that the voice to text can often just randomly start spitting out emojis. Did you find that?
rpdillon 7 hours ago [-]
Which voice model are you using? I found that the english-74 is quite excellent. Used it to type this. Haven't seen the emoji issue with that model. Perhaps you're on english-39?
Awesome. I've been using FUTO keyboard for two years now and it's the best free & private keyboard I found, but swiping has been really bad for all these keyboards which was such a pain because I use swiping a lot.
Nice to see the hour of swiping I did adding to their dataset actually helped. I'm using it now and it feels as good as the Google keyboard.
Edit: It is sending me a little that it keeps swiping "whats" instead of "what's" though, hopefully they fix that later.
kstenerud 1 hours ago [-]
What I really want is a swipe model that can tune to multiple languages simultaneously when a keyboard layout can support it (English + German, German + French, etc). I rarely need more than 2 languages simultaneously, but the "switching between 2 languages" point is painful.
defenestrated 20 minutes ago [-]
Trilingual here. Gboard on my pixel 10 pro does support swipe type while code switching between multiple languages. Works reasonably well. Accuracy is a bit lower for words that are collisions across languages
dhruvbird 46 minutes ago [-]
This would be cool. I suspect that people don't implement this model because it's a long tail of users requesting this. This is totally feasible technically.
HiPhish 10 hours ago [-]
For anyone wondering: the library uses the GPLv3 (good) while the Android keyboard uses the Futo License (shit).
To add to the license complexity, the model uses another FUTO-written license, though it at least does not seem as bad as the license for the keyboard:
What's particularly objectionable about the Futo License?
Is it this part?
you may not remove or obscure any functionality in the software related to payment to the Licensor in any copy you distribute to others.
mzajc 9 hours ago [-]
The clause you cited as well as the "Termination" section and the non-commercial restriction make it a non-free license. Besides the direct issues with that, it also means all software covered by this license is unsuitable for FOSS-only distributions like Debian or F-Droid. It's not entirely clear to me if the license is copyleft; derivative works have similar problems if so.
As an aside, Eron Wolf, the billionaire behind FUTO, has some rather... out of touch views[0] on the meaning of open source, and seems very committed to diluting the term to mean something closer source-available by removing the most of the rights granted (as defined by FSF, OSI, DFSG and others).
they employed Louis Rossman, he is no longer working for them as of Feb 2025 (according to his LinkedIn)
nine_k 9 hours ago [-]
> shit
It's just a commercial license with very mild terms.
copper-float 8 hours ago [-]
Yeah, honestly. I love open source as much as the next guy, but I don't understand why people are so up in arms about this. The license feels pretty reasonable.
The source code is fully available, none of the features are paywalled. They only prohibit you from taking their code and reselling it.
If you take a look at the Play Store, there are thousands of instances where open source projects are lazily renamed and sold for $5 or $10. It's the definition of scummy, pathetic, worthless behavior, and I'm glad the license prevents those kinds of leeches from succeeding.
I know this isn't the only case, but it's the majority of cases. So I have no problem with their license at all.
tadfisher 7 hours ago [-]
The license doesn't prevent those leeches from succeeding. They will republish your app, whether it is fully proprietary or licensed under the GPLv3, and neither Google nor Apple will respond to takedown requests for apps. We get many reports of this behavior in an Android developer community I help moderate, it's pretty obvious there are a few known actors doing this with hundreds of apps, and the stores don't care.
So no, the license doesn't matter.
copper-float 6 hours ago [-]
Yeah, it's pretty pathetic on Google and Apple's part.
It might be not a foolproof solution, but I think the license is better than nothing. Then you have a legal precedent that you can cite when you file a lawsuit against these rats.
Most of these people doing this probably aren't in the same country. But whatever. It's better than nothing.
mrsssnake 5 hours ago [-]
It's just another proprietary software, on the lesser evil side of spectrum.
The reason for people being so up in arms about it, is because voting for lesser evil makes it greater.
xigoi 2 hours ago [-]
The reason I prefer open-source software is that I can inspect and modify the source code if I want to. With this license, I can still do that, even if it’s not technically “open-source™” by the OSI definition. Therefore, I don’t see a reason to object to it. The OSI definition is made for the benefit of big corporations, not people like me.
Vingdoloras 9 hours ago [-]
After experiencing Nintype on iOS many years ago, I can't use any other swipe keyboard anymore. I'm stuck using the stock keyboard for typing, and sometimes (rarely) swiping a word or two when I din't have two hands available. Swiping (with one finger) when holding my phone with both hands just feels unnatural and sluggish. I wish Apple had just bought/sherlocked Nintype and integrated it into the stock keyboard.
PlotCitizen 8 hours ago [-]
Omg I was using that too! I was actually wondering whether FUTO had any features that supported typing one word with multiple concurrent (or not) swipes. I guess it does not but dang what a blast from the past. I had forgotten the app name too! Was using it since before Apple started actually allowing third party keyboards officially
CalebJohn 3 hours ago [-]
Looks like they are working on multi-finger swipe for the keyboard, the library seems to support it [0].
> The library also supports recognizing two-finger simultaneous swipe input through the SwipeEngine::recognize_multi method.
Completely agree! The author made a buggy android port of nintype (called keyboard 69) that I used for years. The UX was incredible, and every swipe system I've tried since feels downright clumsy by comparison. Two finger swipe is peak ergonomics, but unfortunately I think it's an innovation that's simply too niche.
prism56 10 hours ago [-]
Futo with the new swipe model is the first android keyboard i've used that I don't feel like i'm compromising vs GBoard.
Integrated speak to text, good autocorrect typing, good autocorrect swiping.
sholladay 2 hours ago [-]
This keyboard seems to ship with a dictionary that includes a lot of curse words. No more ducking around.
RandyOrion 2 hours ago [-]
I've been using FUTO voice input for several month. It's not perfect as I have to manually do the correction like always. However, it definitely saves me some time and effort. It also helps me to degoogle, starting from gboard.
Apparently this new swipe function is tied to FUTO keyboard. I don't use the FUTO keyboard as there is no support for the language I use intensively. Nevertheless, this line of work deserves more recognition.
functionmouse 10 hours ago [-]
edit: NOT guaranteed to be free and open! seems to have a confusing license setup. Boooo! Works good though, I'll take it over Gboard.
This is such a massive deal. This is, as far as I can tell, the first useful free and open Swipe model. This paves the way for things like swipe typing on platforms other than iOS and Android, a major pain point to newcomer OSes.
teiferer 47 minutes ago [-]
Lots to be desired, unfortunately. I tried 3 different words. It nailed the first 2 but the third was impossible: The word "serverside" is impossible to swipe. I tried 10x, never did it even come close.
tmach32 1 hours ago [-]
For us sad iOS people, what's your favorite swiping keyboard? I just use the stock Apple one because custom keyboards can still be a little buggy (eg not loading occasionally).
farhanhubble 1 hours ago [-]
Absolutely cool demo. I used to love this feature in SwiftKey. It still works but after their acquisition by Microsoft they've gone downhill. I've since switched to iOS but would love to try Futo out when it's available for iOS
Voice dictation is so much better than GBoard, which I've been using until now. It capitalizes and punctuates sentences without me needing to, and got several sentences perfect without any post-editing needed, and it's all a local model. The one downside is no real-time update, just batch conversion once you're done talking. Looks like they've fixed the swipe backspace and spacebar to not be over-sensitive like it was a year or two ago when I last tried (and allowed some customization).
smusamashah 1 hours ago [-]
Looking at the example videos, specially the VR one, I can't help but think that this gives every word its own unique shape. For example, the word "model" got shape matching infinity symbol.
Sebguer 10 hours ago [-]
Great timing given I just installed SwiftKey since Microsoft has started embedding ads and dark pattern redirects to Bing!
ericol 10 hours ago [-]
Assuming you mean uninstall, yeah I did the same because of that.
I wasn getting a constant panel from them regarding using the backup feature, that will just keep re appearing.
It was so bad I even moved to GBoard. Not the same, but I'm getting used to.
speedgoose 10 hours ago [-]
You meant uninstalled, right ?
It’s unfortunate that the Bing team at Microsoft has so much power. They destroy products for the glory of Bing, and some money. Perhaps it’s about the money. But I feel like Microsoft doesn’t have to make a lot of money on everything they do.
skeledrew 10 hours ago [-]
Has to be. I jumped from SwiftKey the moment I heard Microsoft bought it, back in '14 IIRC.
Sebguer 1 hours ago [-]
Hahaha, yes. Though now I'm imagining an incredible alternative world where I only install the most enshittified pieces of software.
Groxx 3 hours ago [-]
Finally! Usable! Between this and the excellent dictation, it's finally looking good enough that I can probably recommend it to anyone.
wxw 1 hours ago [-]
Apple’s swipe to text is so good that I forget there’s still work to be done in the space. Great stuff FUTO.
jeena 7 hours ago [-]
I always liked their voice dictation because it's better than Samsungs or Googles while it's on device. It's super fast and puts in punctuation in, etc.
The keyboard on the other hand I never really liked for some reason which I can't even explain clearly. So for the keyboard I've been using https://github.com/HeliBorg/HeliBoard for ever, but it does not have sviping.
I might try FUTO Swipe just to test it.
flexagoon 7 hours ago [-]
Heliboard does have swiping! You just have to manually download the GBoard swiping library and upload it in the app.
julianlam 9 hours ago [-]
As a FUTO keyboard user for about a year I'm quite excited for this!
Their local voice transcription is top notch and proper swipe gestures would be icing on the cake.
Now to fix that issue there tapping "Tuesd" sometimes suggests "Thursday"
fowlie 1 hours ago [-]
Awesome project!! I will migrate off from gboard when support for Norwegian gets better.
sheept 9 hours ago [-]
It would be nice if there was a swipe typing keyboard that was similar to Chinese/Japanese IMEs where you can swipe out a full phrase and the keyboard can use it to fix short/ambiguous words based on context. Today, when I'm swipe typing sloppily, it can be hard to distinguish between pairs like on/in, of/if/I'd, it's/its, etc
tekacs 10 hours ago [-]
This is amazing! It's driven me nuts for a very long time that so many mobile keyboards allow totally non-sequitur nonsensical sequence completions.
In particular, if you end up using the voice input mode of it and have trouble with accuracy, I would giving a try to the biggest model that it supports. It's slower (although really not bad at all on my Galaxy Fold), but it's so nice to have it actually be as accurate as it is.
james2doyle 8 hours ago [-]
Do they still have that issue where it will randomly spit out a string of emojis when using voice to text?
tekacs 5 hours ago [-]
Not for me so far!
prism56 10 hours ago [-]
I settled on the middle model.
satvikpendem 10 hours ago [-]
Very cool, I use swipe typing almost exclusively so good to see open models. It just needs to preserve word history for custom words, not sure if it does that.
spicyusername 10 hours ago [-]
Love swipe typing. Nice to see more keyboards in the space.
wolvoleo 4 hours ago [-]
Sounds good but the big problem I have with futo key board is that it can only do one language at a time. With gboard I can swipe type al 3 languages I speak without having to constantly switch. I wish they could make that.
seb1204 2 hours ago [-]
I'm sure they will, version 3. Don't let the perfect be the enemy of the good.
Humphrey 3 hours ago [-]
Would love an iOS version! The keyboard landscape on iOS is grim, and gboard hasn't received updates in years.
ibejoeb 9 hours ago [-]
I've been using the new swipe for a few days and it's truly excellent.
willconnelly 5 hours ago [-]
The first two words i tried to type were both "hello" and I got "help" and "hell" as first suggestions. I'm not sure if the web app is using the same algo but that's an immediate ick.
skeledrew 10 hours ago [-]
I've been using HeliBoard for a while now, but IIRC the swipe library it uses is from Google (have to install it separately to comply with license). Wonder how this stacks up.
Multicomp 3 hours ago [-]
I am a heliboard user myself and im only just trying this new keyboard out but at least right now it feels faster and has all the goodies I want in a soft keyboard.
1. super responsive
2. arrow keys!! why this is impossible is beyond me
3. easy access to text editor and undo redo via the long pressing of the enter button
4. easy resizing and im using a floating mode so it's all near my thumb and no awkward bends, just my phone being too heavy for my pinky because phones are massive these days
5. offline voice is comparable at a glance to the offline voice input app I was using with heliboard. that's with their biggest ugliest English model and my phone is from 2022 at the newest.
6. have I mentioned how performance is great on this app yet? pleasantly surprised.
y'all do you but I am keeping this FUTO keyboard.
t_gamer_kle 3 hours ago [-]
Oh frabjous day! I've waited YEARS for something like this. THANK YOU FUTO!
ktimespi 8 hours ago [-]
If this can learn my patterns, that itself is enough.
Google Keyboard used to do this, but mysteriously doesn't do it anymore.
madspindel 10 hours ago [-]
Must say it's a little bit lame that they are boycotting iOS. I will not change phone just to use this app but it would be nice to be able to replace SwiftKey with this.
zem 10 hours ago [-]
I'm pretty sure there is no way for them to supply an ios version without having to go through some sort of apple approval process. hardly boycotting to say that you're not about to put up with that crap.
eikenberry 10 hours ago [-]
Don't they have to go through a Google approval process for (official) Android? I'm not sure I see this as a big win unless they are strictly supporting GrapheneOS and other de-Googled Androids.
zem 9 hours ago [-]
they do, but it's on fdroid too - at that point the play store is simply a nice to have. if google does anything they don't like they can just say okay and keep publishing on fdroid, they have not lost whatever efforts they have invested into android. apple has absolutely no way to just publish an app and let people install it, which at least to my mind delegitimises them as a viable platform. I'm pretty sure if I made open source mobile apps they would be android only, people would be free to take the source and release an ios version under different branding.
tredre3 8 hours ago [-]
> they do, but it's on fdroid too
It's notoriously not on f-droid. The way FUTO licenses and/or builds its thing is made deliberately incompatible with f-droid's main repository.
You can add the futo repository to the f-droid client, but when people talk about f-droid they really mean the main repository, not the extra hoops to add less trusted third parties.
wolvoleo 4 hours ago [-]
Also the way they publish it it doesn't have the reproducible build features of F-Droid
zem 8 hours ago [-]
sad, I didn't realise that because their website has an "install from f-droid" link. it does reinforce my point that android is a proper platform with a viable distribution mechanism though, if they can self host a third party repository.
exabyte 10 hours ago [-]
true... there are many better reasons to leave iOS than for a keyboard
mft_ 9 hours ago [-]
I assume it would be feasible for someone else to write an iOS keyboard relying on this model?
eikenberry 10 hours ago [-]
Where did they say they were boycotting iOS?
smlacy 10 hours ago [-]
boycotting?
amelius 10 hours ago [-]
On the one hand snapping to the nearest English word is useful. On the other hand it will prevent our language from evolving.
sheept 9 hours ago [-]
I can't speak for this keyboard, but at least on Gboard, if you type out a word a few times, it'll be stored in its suggestions dictionary and you'll be able to swipe type it.
nmstoker 8 hours ago [-]
Is there some sort of swipe data standard? If there were, it feels like getting a few proper OSS projects going might start to shift things in the right direction (assuming they cracked a way to share a bit of anonymized data)
OJFord 6 hours ago [-]
The demo at least doesn't support tapping, which makes it a nope for me, even if the swiping experience hadn't been ~hank~ ~help~ hello world.
Cider9986 6 hours ago [-]
Try the keyboard or the training. It's better than GBoard in some ways.
nozzlegear 10 hours ago [-]
The swipe demo on the website is neat! I wasn't expecting to be able to use it with my mouse.
jawns 10 hours ago [-]
I'm curious how it compares with Microsoft SwiftKey. Obviously, that's not an open-source app, but it would be an interesting benchmark.
nh2 7 hours ago [-]
I've been using SwiftKey for 10 years (typing not swiping), and test ran FUTO for the last month.
FUTO improved a lot (I had tried it a year earlier also) but SwiftKey's suggestions are still a lot better in my opinion.
With SwiftKey I can just type roughly in the right spot without looking and the correct words will come out most of the time. FUTO still suggests a lot of nonsensical next words that just do not follow after the previous in English.
I hope it improves further so I can switch.
The voice models are great though, and they can be used as part of the keyboard or standalone.
Mashimo 9 hours ago [-]
I'm also a heavy SwiftKey user, but donated some money to futo last year in hopes they improve the keyboard.
SwiftKey got annoying with pushing Ai image Gen and sometimes pop-ups.
vzaliva 6 hours ago [-]
what languages it support? They only mention "language-agnostic".
h4kunamata 5 hours ago [-]
FUTO is terrible!
I run GOS and have tried it, you spend more time deleting works than actually using it.
I was forced to install Google GBoard instead and revoke its network access. Gboard swipe typing works flawlessly, FUTO still an Alpha project.
TranquilMarmot 4 hours ago [-]
Seems like this is a new swipe model, though, so it should be more comparable. I also had to switch back to GBoard on GrapheneOS since I was spending more time fixing typos than actually typing with FUTO but I'm willing to give it another shot.
KomoD 3 hours ago [-]
> Gboard swipe typing works flawlessly, FUTO still an Alpha project
I agree. I find that swipe typing on Gboard feels much better than FUTO's because I think it adapts to my typing style. I tried FUTO about six months ago, and it was a bit frustrating so I switched back to Gboard. Hopefully, it has improved since then, but I haven't checked.
gertop 42 minutes ago [-]
> Hopefully, it has improved since then, but I haven't checked.
Good news then because you're currently in a thread about how FUTO has improved!
KomoD 29 minutes ago [-]
Just because they say so doesn't necessarily make it true, which is why I included the "hopefully" and "haven't checked".
copper-float 3 hours ago [-]
The early iterations of swipe were very inaccurate, yes. But the newest swipe release mentioned here is much more mature.
It's not perfect, but it's practically on par with GBoard aside from a few blips here and there. It's enough for me to get rid of GBoard for good, and not consider reinstalling it.
OsrsNeedsf2P 10 hours ago [-]
Does anyone know of a FOSS keyboard that supports swiping in Korean? I'm yet to find one
BosunoB 9 hours ago [-]
I don't really get swiping. It's always going to be quicker and more efficient to type because you can use both hands, right? And you don't have to swipe your finger across the screen?
Still going strong with Fleksy even though you can't even download it anymore.
xp84 9 hours ago [-]
Sometimes you have one hand full. When my kids were small, especially, I REALLY benefited from swipe typing. I still often use it when I am holding something in one hand.
ktrnka 7 hours ago [-]
It traces back to accessibility. Think of folks with shaky hands. The screen helps to stabilize the tremors. A similar thing applies to typing on a bumpy bus or while walking.
That said, it also depends on screen size. Back when Swype first became popular, Android screen sizes ranged from 3-5". That was another factor driving it's popularity back in the day.
Definitely not for everyone or in every situation though
egypturnash 8 hours ago [-]
If you have long nails then two thumbs on a tiny phone keyboard are pretty much impossible.
nutjob2 8 hours ago [-]
Maybe for you personally, but in a general sense I don't see how you can hold a phone and "use both hands" to type individual keys.
One notable advantage of swiping is that you can be quite loose with each single swipe gesture whereas you have to hit the right key many times for each word. That swipe is also usually much quicker than finding multiple keys for most people.
You preferences may reflect youth, eyesight, finger size, co-ordination, phone case usage or other advantages most people don't have.
jacooper 10 hours ago [-]
If only FUTO supported combined keyboard languages without duplicates. Why would there be two separate de and en layouts when multilingual typing is enabled.
jordand 9 hours ago [-]
I used the FUTO keyboard for a few months but ditched it as the word suggestions were either odd or random (one example: I'd write 'Jordan' and it would always suggest 'Peterson' as the next word), and I'd got a weirdly passive aggressive prompt saying I should really purchase a license. Went back to the de-Googled Android keyboard in GrapheneOS
drewstiff 8 hours ago [-]
Following "Jordan" with "Peterson" doesn't seem random in the slightest
jordand 8 hours ago [-]
It never had my own surname as a suggestion, and there's many people, places and things called 'Jordan' in some way
OsrsNeedsf2P 8 hours ago [-]
So you want it to randomly pick the next word, rather than suggest the most common word?
jordand 8 hours ago [-]
The most common word I entered after my forename is my surname. All other keyboards handled this fine, but FUTO didn't. That's what's odd
stavros 7 hours ago [-]
I think that, for it to learn a word, you need to actually press the middle suggestion, not just space. I'm not sure, though. Couldn't you add your surname as a custom word?
copper-float 3 hours ago [-]
Just tried typing Jordan on mine, and my suggestions were "on", "is", and the Jordanian flag. So I'm pretty sure you had to have typed the words "Jordan Peterson" before for it to make that association.
The donation prompt can permanently disabled with two taps, so I'm not sure why that'd be a reason to abandon it. It's a complete non-issue.
"You've been using FUTO keyboard for X days. If you find this app useful, please consider paying to support future development.
FUTO is dedicated to making good software that doesn't abuse you. This app will never serve ads or collect your personal data."
I don't mean to be rude here, but this is an extremely bland, mild message. There's nothing passive aggressive about it in any way. What do you find aggressive about this?
stavros 6 hours ago [-]
I really want to switch to FUTO keyboard but there are a few UX issues that prevent me. For example, SwiftKey lets you swipe left to delete a word, which is very useful, but FUTO doesnt, you have to start from the Backspace button.
Or, SwiftKey will allow you to change a typed word's case by pressing shift, but FUTO just does nothing in that case.
I really hope these get fixed, or I can just issue PRs myself for them.
kayson 7 hours ago [-]
I've been using it for a while. The insistence of keyboards on having a large bar of autocorrect suggestions taking valuable vertical space annoys me to no end.
I really liked using Fleksy which let you swipe up and down on the keyboard to change autocorrect results, including adding words to your dictionary. I'm still not sure if FUTO even has that option.
functionmouse 9 hours ago [-]
seems to be really good
globular-toast 51 minutes ago [-]
I used to use SwiftKey, but Microsoft acquired and ruined it years ago. It worked really well. Since then the only one that worked for me is Gboard.
I've had this installed for a while but found the swiping too inaccurate. I'm trying it again now and I reckon it's as good as Gboard now. I've written this comment using it. Nice!
Edit: I've noticed that, like Gboard, it's still hard to type words like "fuck" or even "tits" etc. Are these words just missing from the dictionary? It's always felt like I'm not allowed to type them because I'm not a big boy. I don't type those particular words much, as it happens, but other missing words is annoying.
oehtXRwMkIs 10 hours ago [-]
demo seems worse than heliboard
prism56 10 hours ago [-]
I've used both extensively and it's a fair bit better, but was significantly worse preupdate
So for the longest time, I've wanted a new keyboard layout specifically designed for swiping. In the same way that Dvorak was optimized for ergonomically typing English words, I want a keyboard layout designed to minimize word overlap/ambiguity when swiping.
It doesn't even necessarily have to have 26 keys, e.g. maybe there could be one key overloaded for v/w/x/z (and you long-press it if you ever want to type a single letter). On the other hand, maybe there need to be separate keys for 'e' and 'ee', or a special key for "double the previous letter".
Because I love swiping, but all my problems with it come from the fact that the QWERTY layout is far from ideal for it. I am 100% willing to learn a new layout if anyone will develop an optimal one for English so that swiping has a 99.9% accuracy rate instead of what currently feels more like 90% or 95%.
https://github.com/futo-org/futo-keyboard-layouts/issues/163
I'm happy with the switch. Like any keyboard switch (I've gone from Qwerty to Dvorak and now a Colemak-dh derivative with about ten years on each) it takes some time to learn the layout. Overall I'm happy with it though and there are less frustrating misinterpretations and corrections needed.
This post was swiped on it with only two corrections and the second one was my fault as i misremembered a key location.
Maybe I'm mistaken though. Are there any physical clearflow keyboards? Are they any good, or does clearflow really only work well with swipe?
90-95% is a very good estimate! That's about what we measure on our test set. I have good news for you, and we will have a blog post about it soon. Because of how our models are built, we are able to optimize for detection accuracy directly by constructing synthetic swipes on each layout for ~50k words, and then testing them through the model. We tested around 800,000 layouts this way.
The biggest issue with QWERTY is that there are far too many words that swipe colinear or obtuse angle letter trigrams. These are both hard to detect and frustrating for swipe users, because you can't clearly indicate the letters you're gesturing. Neural swipe models (at least ours) look for indicators in the gesture pattern that suggests a user was targeting a specific letter, rather than trying to match a gesture shape like algorithmic detection does.
The shape of the keyboard can significantly improve the way the gestures are formed so that there is better indication of letters. The model can still respond to dwell times because unlike shape matching it uses the temporal information. But dwell interrupts flow, and in my opinion should be minimized in swipe layouts.
You mean like the two E’s in “feel” or the two L’s in “fell”? I just tried and it handles them well. Are you aware of the circling technique? When you want to double up on a letter, you briefly circle it slightly. I believe some keyboards let you hover momentarily without circling.
Try it, swipe F-E-L, it should complete to “fell”, then do the same thing again but form a small, tight circle over the E, it should then complete to “feel”. Works for me every time.
Is it possible that your keyboard’s particular dictionary knows the words you’re more likely to use and adjusts for it?
Edit - Also got ‘grill’. Notice how the -t in felt and -I- in grill are not near path to L.
A workaround is to use the Notes app and use the return key to make a new line after each try, rather than deleting. That should give you more consistent results.
https://www.the8pen.com/
Edit: apparently there's a modern successor? https://play.google.com/store/apps/details?id=inc.flide.vi8
* https://github.com/dessalines/thumb-key
It has a similar sort of 'It doesn't have to have 26 keys on something the size and shape of a mobile 'phone.' thinking as 8vim has, whilst raising a good 'You know 'phones worked fine with a 3 by 4 grid for 60 years, ne?' point, but adding a modern twist of 'We can swipe, in the 21st century.' to the old notion of multiple letters on a button.
There are still these people thinking outside of the typewriter-keyboard-on-a-'phone box. (-:
But it just can't touch swiping for speed. Frankly, the keyboard I miss most is the T9 predictive text from my old school pre smart phone era.
Nothing has come close to the same expressiveness and speed while being usable completely blind, only by feel.
I do feel like mobile keyboards have stagnated in a bad spot, though.
* https://github.com/sspanak/tt9
See https://www.grammarly.com/blog/engineering/deep-learning-swi... for more details - it's very similar to the architecture described by the FUTO folks.
One key difference is that the learned model does not decode in a context sensitive manner but does it a word at a time. The main reason is because we wanted to release this soon and wanted the user's personal dictionary (i.e. contact names, etc... to show up correctly when swiped). It would have been nice if we could have followed through with the context sensitive decoding as described by the FUTO folks. It would really help with accuracy when dealing with words like:
1. (food, good, hood) 2. (you, toy, rot) 3. (our, or, it) etc...
(Disclaimer: I am one of the authors of the Grammarly swipe system as described in the linked blog post).
There are a few issues, like it randomly capitalizes words in the middle of sentences. Also, it doesn't seem to take context into account when suggesting words, so words that clearly wouldn't follow the last word will often show up.
It's not as good as gboard yet, but close enough that I'm going to stick with it.
Note that if you have a more powerful device, you can get larger models for voice and larger dictionaries from their site. They make a noticeable difference.
The only fundamental issue I have with it, they seem to be ideologically opposed to adding a GIF search, which I miss occasionally. https://github.com/futo-org/android-keyboard/issues/293#issu...
https://keyboard.futo.org/voice-input-models
Nice to see the hour of swiping I did adding to their dataset actually helped. I'm using it now and it feels as good as the Google keyboard.
Edit: It is sending me a little that it keeps swiping "whats" instead of "what's" though, hopefully they fix that later.
- https://gitlab.futo.org/keyboard/swipe-library/-/blob/master...
- https://github.com/futo-org/android-keyboard/blob/master/LIC...
https://huggingface.co/futo-org/futo-swipe/blob/main/LICENSE...
Is it this part?
you may not remove or obscure any functionality in the software related to payment to the Licensor in any copy you distribute to others.
As an aside, Eron Wolf, the billionaire behind FUTO, has some rather... out of touch views[0] on the meaning of open source, and seems very committed to diluting the term to mean something closer source-available by removing the most of the rights granted (as defined by FSF, OSI, DFSG and others).
[0]: https://gitlab.futo.org/eron/public/-/wikis/Thoughts-on-Open... - please keep in mind that the RMS quote at the top is taken out of context; he is arguing for more freedom, not less
https://consumerrights.wiki/w/FUTO
It's just a commercial license with very mild terms.
The source code is fully available, none of the features are paywalled. They only prohibit you from taking their code and reselling it.
If you take a look at the Play Store, there are thousands of instances where open source projects are lazily renamed and sold for $5 or $10. It's the definition of scummy, pathetic, worthless behavior, and I'm glad the license prevents those kinds of leeches from succeeding.
I know this isn't the only case, but it's the majority of cases. So I have no problem with their license at all.
So no, the license doesn't matter.
It might be not a foolproof solution, but I think the license is better than nothing. Then you have a legal precedent that you can cite when you file a lawsuit against these rats.
Most of these people doing this probably aren't in the same country. But whatever. It's better than nothing.
> The library also supports recognizing two-finger simultaneous swipe input through the SwipeEngine::recognize_multi method.
[0]: https://gitlab.futo.org/keyboard/swipe-library#inputs
Integrated speak to text, good autocorrect typing, good autocorrect swiping.
Apparently this new swipe function is tied to FUTO keyboard. I don't use the FUTO keyboard as there is no support for the language I use intensively. Nevertheless, this line of work deserves more recognition.
This is such a massive deal. This is, as far as I can tell, the first useful free and open Swipe model. This paves the way for things like swipe typing on platforms other than iOS and Android, a major pain point to newcomer OSes.
I wasn getting a constant panel from them regarding using the backup feature, that will just keep re appearing.
It was so bad I even moved to GBoard. Not the same, but I'm getting used to.
It’s unfortunate that the Bing team at Microsoft has so much power. They destroy products for the glory of Bing, and some money. Perhaps it’s about the money. But I feel like Microsoft doesn’t have to make a lot of money on everything they do.
The keyboard on the other hand I never really liked for some reason which I can't even explain clearly. So for the keyboard I've been using https://github.com/HeliBorg/HeliBoard for ever, but it does not have sviping.
I might try FUTO Swipe just to test it.
Their local voice transcription is top notch and proper swipe gestures would be icing on the cake.
Now to fix that issue there tapping "Tuesd" sometimes suggests "Thursday"
In particular, if you end up using the voice input mode of it and have trouble with accuracy, I would giving a try to the biggest model that it supports. It's slower (although really not bad at all on my Galaxy Fold), but it's so nice to have it actually be as accurate as it is.
1. super responsive
2. arrow keys!! why this is impossible is beyond me
3. easy access to text editor and undo redo via the long pressing of the enter button
4. easy resizing and im using a floating mode so it's all near my thumb and no awkward bends, just my phone being too heavy for my pinky because phones are massive these days
5. offline voice is comparable at a glance to the offline voice input app I was using with heliboard. that's with their biggest ugliest English model and my phone is from 2022 at the newest.
6. have I mentioned how performance is great on this app yet? pleasantly surprised.
y'all do you but I am keeping this FUTO keyboard.
It's notoriously not on f-droid. The way FUTO licenses and/or builds its thing is made deliberately incompatible with f-droid's main repository.
You can add the futo repository to the f-droid client, but when people talk about f-droid they really mean the main repository, not the extra hoops to add less trusted third parties.
FUTO improved a lot (I had tried it a year earlier also) but SwiftKey's suggestions are still a lot better in my opinion. With SwiftKey I can just type roughly in the right spot without looking and the correct words will come out most of the time. FUTO still suggests a lot of nonsensical next words that just do not follow after the previous in English.
I hope it improves further so I can switch.
The voice models are great though, and they can be used as part of the keyboard or standalone.
SwiftKey got annoying with pushing Ai image Gen and sometimes pop-ups.
I run GOS and have tried it, you spend more time deleting works than actually using it.
I was forced to install Google GBoard instead and revoke its network access. Gboard swipe typing works flawlessly, FUTO still an Alpha project.
I agree. I find that swipe typing on Gboard feels much better than FUTO's because I think it adapts to my typing style. I tried FUTO about six months ago, and it was a bit frustrating so I switched back to Gboard. Hopefully, it has improved since then, but I haven't checked.
Good news then because you're currently in a thread about how FUTO has improved!
It's not perfect, but it's practically on par with GBoard aside from a few blips here and there. It's enough for me to get rid of GBoard for good, and not consider reinstalling it.
Still going strong with Fleksy even though you can't even download it anymore.
That said, it also depends on screen size. Back when Swype first became popular, Android screen sizes ranged from 3-5". That was another factor driving it's popularity back in the day.
Definitely not for everyone or in every situation though
One notable advantage of swiping is that you can be quite loose with each single swipe gesture whereas you have to hit the right key many times for each word. That swipe is also usually much quicker than finding multiple keys for most people.
You preferences may reflect youth, eyesight, finger size, co-ordination, phone case usage or other advantages most people don't have.
The donation prompt can permanently disabled with two taps, so I'm not sure why that'd be a reason to abandon it. It's a complete non-issue.
"You've been using FUTO keyboard for X days. If you find this app useful, please consider paying to support future development.
FUTO is dedicated to making good software that doesn't abuse you. This app will never serve ads or collect your personal data."
I don't mean to be rude here, but this is an extremely bland, mild message. There's nothing passive aggressive about it in any way. What do you find aggressive about this?
Or, SwiftKey will allow you to change a typed word's case by pressing shift, but FUTO just does nothing in that case.
I really hope these get fixed, or I can just issue PRs myself for them.
I really liked using Fleksy which let you swipe up and down on the keyboard to change autocorrect results, including adding words to your dictionary. I'm still not sure if FUTO even has that option.
I've had this installed for a while but found the swiping too inaccurate. I'm trying it again now and I reckon it's as good as Gboard now. I've written this comment using it. Nice!
Edit: I've noticed that, like Gboard, it's still hard to type words like "fuck" or even "tits" etc. Are these words just missing from the dictionary? It's always felt like I'm not allowed to type them because I'm not a big boy. I don't type those particular words much, as it happens, but other missing words is annoying.