~earboxer/swipeKeyboard

1

Re: swipeGuess patches

Details
Message ID
<D4T4P7UL4125.11TJBPR7V3DPN@librem.one>
DKIM signature
pass
Download raw message
On Fri Oct 11, 2024 at 6:48 AM EDT, Guido Günther wrote:
> Hi,
> I didn't spot list address to send swipeGuess patches to. I have two
> small ones attached, let me know if they should go somewhere else.
> Cheers,
>  -- Guido

Thanks! I've pushed your patches, as well as some documentation for future contributors to find the mailing list:

https://lists.sr.ht/~earboxer/swipeKeyboard

I'm thinking about adding a section for setting this up, but haven't gotten it working.

I think this would be right, but I haven't yet gotten it working in version 0.42.0 (should it work on gedit v48.0?)

```
gsettings set sm.puri.phosh.osk osk-features "['key-drag']"
gsettings set sm.puri.phosh.osk.Completers.Pipe command 'swipeGuess /path/to/wordsSorted.txt'
gsettings set sm.puri.phosh.osk completion-mode "['manual','hint']"
```

(also an aside: phosh-mobile-settings doesn't work without phosh installed)

Re: swipeGuess patches

Guido Günther <agx@sigxcpu.org>
Details
Message ID
<ZwlcVwZwZs8VTRvn@qwark.sigxcpu.org>
In-Reply-To
<D4T4P7UL4125.11TJBPR7V3DPN@librem.one> (view parent)
DKIM signature
pass
Download raw message
Hi,
On Fri, Oct 11, 2024 at 12:48:03PM -0400, Zach DeCook wrote:
> On Fri Oct 11, 2024 at 6:48 AM EDT, Guido Günther wrote:
> > Hi,
> > I didn't spot list address to send swipeGuess patches to. I have two
> > small ones attached, let me know if they should go somewhere else.
> > Cheers,
> >  -- Guido
> 
> Thanks! I've pushed your patches, as well as some documentation for
> future contributors to find the mailing list:
> 
> https://lists.sr.ht/~earboxer/swipeKeyboard

Thanks!

> I'm thinking about adding a section for setting this up, but haven't gotten it working.
> 
> I think this would be right, but I haven't yet gotten it working in
> version 0.42.0 (should it work on gedit v48.0?)
> 
> ```
> gsettings set sm.puri.phosh.osk osk-features "['key-drag']"
> gsettings set sm.puri.phosh.osk.Completers.Pipe command 'swipeGuess /path/to/wordsSorted.txt'
> gsettings set sm.puri.phosh.osk completion-mode "['manual','hint']"
> ```

Looks good. Set the default completer to `pipe` (default is `hunspell`)

  gsettings set sm.puri.phosh.osk.Completers default pipe

and i should work (just tested in 0.42.0 today). I've added this to
p-o-s docs just today:

  https://gitlab.gnome.org/guidog/phosh-osk-stub/-/merge_requests/162/diffs#735044ffff1f81fc8d896219ab2f1b22d6d09976_268_290

as it came up in fedi:

  https://osna.social/@razze/113286090325680434

> (also an aside: phosh-mobile-settings doesn't work without phosh installed)

Yes. We use a lot of its schema. Most panels would become pretty
empty/unusable without it.

Cheers and thanks for the swipe input!
 -- Guido
Reply to thread Export thread (mbox)