2022-03-12 11:59:56 +03:00
|
|
|
.TH "wvkbd" "1" "2022-03-12"
|
|
|
|
.P
|
|
|
|
.SH NAME
|
|
|
|
.P
|
|
|
|
wvkbd - on-screen keyboard for wlroots
|
|
|
|
.P
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.P
|
|
|
|
wvkbd-mobintl [OPTION]...
|
|
|
|
.P
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.P
|
|
|
|
wvkbd is an on-screen keyboard for wlroots that sucks less.
|
|
|
|
.P
|
|
|
|
.SH OPTIONS
|
|
|
|
.P
|
|
|
|
\fB-D\fR
|
|
|
|
.RS 4
|
|
|
|
enable debug
|
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
\fB-o\fR
|
|
|
|
.RS 4
|
|
|
|
print pressed keys to standard output
|
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
\fB-O\fR
|
|
|
|
.RS 4
|
|
|
|
print intersected keys to standard output
|
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
\fB-l\fR
|
|
|
|
.RS 4
|
|
|
|
comma separated list of layers
|
|
|
|
.P
|
|
|
|
.RE
|
2022-10-04 18:17:41 +02:00
|
|
|
\fB--landscape-layers\fR
|
|
|
|
.RS 4
|
|
|
|
comma separated list of layers used in landscape mode
|
|
|
|
.P
|
|
|
|
.RE
|
2022-03-12 11:59:56 +03:00
|
|
|
\fB-H\fR \fIPX\fR
|
|
|
|
.RS 4
|
|
|
|
height in pixels
|
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
\fB-L\fR \fIPX\fR
|
|
|
|
.RS 4
|
|
|
|
landscape height in pixels
|
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
\fB--fn\fR \fIFONT\fR
|
|
|
|
.RS 4
|
|
|
|
set font (e.g: DejaVu Sans 20)
|
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
\fB--hidden\fR
|
|
|
|
.RS 4
|
2022-06-17 19:47:50 +02:00
|
|
|
start hidden (send SIGUSR2 to show, SIGUSR1 to hide, SIGRTMIN to toggle)
|
2022-03-12 11:59:56 +03:00
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
\fB-v\fR, \fB--version\fR
|
|
|
|
.RS 4
|
|
|
|
print version
|
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
\fB-h\fR, \fB--help\fR
|
|
|
|
.RS 4
|
|
|
|
show help
|
|
|
|
.P
|
|
|
|
.RE
|
|
|
|
.SH AUTHORS
|
|
|
|
.P
|
2022-06-13 19:14:33 +02:00
|
|
|
Created by John Sullivan <jsullivan@csumb.edu>, maintained by the Sxmo project in
|
|
|
|
collaboration with other open source contributors. For more information about wvkbd development, see
|
|
|
|
<https://git.sr.ht/~proycon/wvkbd> or <https://github.com/jjsullivan5196/wvkbd>.
|