Difference between revisions of "Squeekboard"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
== External Links == | == External Links == | ||
* [https://developer.puri.sm/projects/squeekboard/hacking.html Hacking squeekboard] | * [https://developer.puri.sm/projects/squeekboard/hacking.html Hacking squeekboard] | ||
| + | * Better terminal layout: [https://source.puri.sm/btantau/squeekboard/blob/btantau-master-patch-76686/data/keyboards/terminal.yaml] ([https://forum.pine64.org/showthread.php?tid=9633&pid=64900#pid64900 Forum thread]) | ||
Latest revision as of 21:05, 24 May 2020
Virtual keyboard developed for Librem 5 smartphone.
Showing and Hiding
The keyboard starts hidden by default. You have to make it visible first:
$ busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true
$ busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b false
External Links
- Hacking squeekboard
- Better terminal layout: [1] (Forum thread)