Difference between revisions of "Squeekboard"
Jump to navigation
Jump to search
(Created page with "Virtual keyboard developed for Librem 5 smartphone. == External Links == * [https://developer.puri.sm/projects/squeekboard/hacking.html Hacking squeekboard]") |
|||
| Line 1: | Line 1: | ||
Virtual keyboard developed for [[Librem 5]] smartphone. | Virtual keyboard developed for [[Librem 5]] smartphone. | ||
| + | |||
| + | == Showing and Hiding == | ||
| + | The keyboard starts hidden by default. You have to make it visible first: | ||
| + | {{codeblock|1=$ 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 == | == External Links == | ||
* [https://developer.puri.sm/projects/squeekboard/hacking.html Hacking squeekboard] | * [https://developer.puri.sm/projects/squeekboard/hacking.html Hacking squeekboard] | ||
Revision as of 20:39, 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