forked from julianwi/fbkeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fbkeyboard.1
31 lines (29 loc) · 913 Bytes
/
fbkeyboard.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH FBKEYBOARD 1 "JUNE 2017" FBKEYBOARD "User Manuals"
.SH NAME
fbkeyboard \- on screen keyboard for fbdev
.SH SYNOPSIS
.B fbkeyboard
[\fB\-d\fR \fIinputdevice\fR]
[\fB\-f\fR \fIfont\fR]
.SH DESCRIPTION
This is a framebuffer softkeyboard for use on devices with
touchscreen input like smartphones. It can be used on the linux
text console. Before running \fBfbkeyboard\fR, use stty to reduce
the console size to avoid overlapping the console and the keyboard.
.PP
.B stty
rows \fInumber-of-rows
.SH OPTIONS
.TP
.B \-d\fR \fIinputdevice\fR
inputdevice has to be the device node of the touchscreen,
eg: /dev/input/event1. If no inputdevice was given, the first
device in /dev/input with absolute axes support will be used.
.TP
.B \-f\fR \fIfont\fR
font has to be a ttf file. If no font was given,
"/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf" will be used.
.SH AUTHOR
Julian Winkler
.SH SEE ALSO
.BR stty (1)