How to Use On-Screen Keyboards¶
Mir-based compositors support on-screen keyboards.
You can use any Wayland compatible on-screen keyboard but as an example, we’ll
use ubuntu-frame-osk
.
Install
ubuntu-frame-osk
:sudo snap install ubuntu-frame-osk sudo snap connect ubuntu-frame-osk:wayland
Start
miral-app
:miral-app --add-wayland-extensions all
Note: Due to security reasons, some Wayland extensions needed by on-screen keyboards are disabled by default. In this how-to, we override this setting by passing
--add-wayland-extensions all
when launchingmiral-app
. passing a--add-wayland-extensions all
flag when launching an example application.Once the shell loads, start the terminal (with
Ctrl-Alt-Shift-T
) and start your on-screen keyboard:ubuntu-frame-osk&
An on-screen keyboard will pop up.