PINE64
Squeekboard - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Squeekboard (/showthread.php?tid=15580)



Squeekboard - AndyM - 12-21-2021

I have been tinkering with a Pinephone project which needs to raise the keyboard . I know that I can raise the alpha keyboard with:
Code:
busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true
 But I do not know how to raise the numeric keyboard? Or do I have to write my own? I hope not.


RE: Squeekboard - wibble - 12-22-2021

It looks like the dbus interface only controls visibility at the moment.
https://source.puri.sm/Librem5/squeekboard/-/blob/master/data/dbus/sm.puri.OSK0.xml

There used to be ways for X applications to provide hints to a virtual keyboard about which sort of input was needed. I don't know if there's a Wayland equivalent it might be using, or planning to use.