README.md - svkbd - Simple X11 onscreen keyboard.
(HTM) git clone git://r-36.net/svkbd
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
README.md (1052B)
---
1 SVKBD
2 =====
3 This is a simple virtual keyboard, intended to be used in environments,
4 where no keyboard is available.
5
6 Installation
7 ------------
8
9 % make
10 % make install
11
12 This will create by default `svkbd-en`, which is svkbd using an English
13 keyboard layout. You can create svkbd for additional layouts by doing:
14
15 % make svkbd-$layout
16
17 This will take the file `layout.$layout.h` and create `svkbd-$layout`.
18 `make install` will then pick up the new file and install it accordingly.
19
20 Usage
21 -----
22
23 % svkbd-en
24
25 This will open svkbd at the bottom of the screen, showing the default
26 English layout.
27
28 % svkbd-en -d
29
30 This tells svkbd-en to announce itself being a dock window, which then
31 is managed differently between different window managers. If using dwm
32 and the dock patch, then this will make svkbd being managed by dwm and
33 some space of the screen being reserved for it.
34
35 % svkbd-en -g 400x200+1+1
36
37 This will start svkbd-en with a size of 400x200 and at the upper left
38 window corner.
39
40 Repository
41 ----------
42
43 git clone http://git.suckless.org/svkbd
44