summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTakuro Ashie <ashie@clear-code.com>2021-09-15 13:54:29 +0900
committerTakuro Ashie <ashie@clear-code.com>2021-10-14 21:17:07 +0900
commit5ff978a52bcdb98f85d0932acce3eca6286dab09 (patch)
tree53a4a7751c1d45ae0eff0a99ca93a4f3bea9281e /man
parentbeff0bd0f90e152889677d23cc96346abc85de7b (diff)
downloadweston-5ff978a52bcdb98f85d0932acce3eca6286dab09.tar.gz
weston-keyboard: Enable to set as overlay panel
input-method-v1 protocol provides two surface type for the input panel, `toplevel` and `overlay`. But there is no example for the later one. This change enables to set weston-keyboard as overlay panel by the environment variable `WESTON_KEYBOARD_SURFACE_TYPE=overlay` to demonstrate this feature. In Addition, add weston.ini option `overlay-keyboard` to set it. Signed-off-by: Takuro Ashie <ashie@clear-code.com>
Diffstat (limited to 'man')
-rw-r--r--man/weston.ini.man5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 8935de17..014a805e 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -574,6 +574,11 @@ request. Currently, this option is supported by kiosk-shell.
sets the path of the on screen keyboard input method (string).
.RE
.RE
+.TP 7
+.BI "overlay-keyboard=" false
+sets weston-keyboard as overlay panel.
+.RE
+.RE
.SH "KEYBOARD SECTION"
This section contains the following keys:
.TP 7