2019-03-22 15:52:35 +00:00
2012-10-01 11:55:00 +09:00
2012-04-24 10:38:36 +09:00
2012-04-24 10:38:36 +09:00
2011-08-24 17:43:12 +09:00
2012-04-24 10:38:36 +09:00
2010-06-04 12:09:08 +09:00
2011-03-08 11:25:19 +09:00
2010-06-04 12:09:08 +09:00
2012-08-15 17:28:23 +09:00
2010-06-04 12:09:08 +09:00
2012-04-24 10:38:36 +09:00
2019-03-13 17:59:54 +00:00
2010-06-04 12:09:08 +09:00
2019-03-22 07:23:17 +00:00
2011-02-01 11:01:16 +09:00

squeekboard - a Wayland virtual keyboard

Squeekboard is a virtual keyboard supporting Wayland, built primarily for the Librem 5 phone.

Features

Present

  • GTK3
  • Custom xml-defined keyboards
  • DBus interface to show and hide

Temporarily dropped

  • Picking up layouts from gsettings
  • A settings interface

TODO

  • Use Wayland virtual keyboard protocol
  • Use Wayland text input protocol
  • Use Wayland input method protocol
  • Become a Wayland layer shell
  • Remove eekboard-client
  • Use sm.puri.OSK0 DBus interface
  • Pick up DBus interface files from /usr/share

Building

Dependencies

See .gitlab-ci.yml.

Build from git repo

$ git clone https://source.puri.sm/Librem5/eekboard.git
$ cd eekboard
$ mkdir ../build
$ meson ../build/
$ cd ../build
$ ninja install

Running

$ rootston
# if you used --prefix in your meson command, include the following command
$ export GSETTINGS_SCHEMA_DIR=$YOUR_PREFIX/share/glib-2.0/schemas
$ cd ../build/
$ src/squeekboard
$ busctl call --user org.fedorahosted.Eekboard /org/fedorahosted/Eekboard org.fedorahosted.Eekboard ShowKeyboard
$ busctl call --user org.fedorahosted.Eekboard /org/fedorahosted/Eekboard org.fedorahosted.Eekboard HideKeyboard
Description
An on-screen-keyboard input method for Wayland
Readme 4.4 MiB
Languages
Rust 68.3%
C 25.7%
Meson 2.7%
Python 1.9%
CSS 1.1%
Other 0.3%