A simple on screen keyboard
Find a file
Miles Alan db485abeb3 Run XFlush instead of XSync before starting main loop; fixes bug where rending
of keys fails when used in conjunction w/ dwm dock patch
2020-05-11 21:48:43 -05:00
config.def.h Use 10x20 font 2020-03-07 10:33:10 -06:00
config.mk Adding Christoph Lohmanns patches again. Thx :D 2011-04-04 13:39:31 +02:00
layout.sxmo.h Clean up secondary layout positioning LRDU properly & blanking placeholders 2020-05-02 19:26:32 -05:00
LICENSE Maintainer changed. 2011-10-09 11:26:14 +02:00
Makefile allow make LAYOUT=... 2014-01-30 19:29:31 +01:00
README.md Suckless is now using git. Thanks architekt! 2012-12-12 20:36:22 +01:00
svkbd.c Run XFlush instead of XSync before starting main loop; fixes bug where rending 2020-05-11 21:48:43 -05:00

SVKBD

This is a simple virtual keyboard, intended to be used in environments, where no keyboard is available.

Installation

% make
% make install

This will create by default svkbd-en, which is svkbd using an English keyboard layout. You can create svkbd for additional layouts by doing:

% make svkbd-$layout

This will take the file layout.$layout.h and create svkbd-$layout. make install will then pick up the new file and install it accordingly.

Usage

% svkbd-en

This will open svkbd at the bottom of the screen, showing the default English layout.

% svkbd-en -d

This tells svkbd-en to announce itself being a dock window, which then is managed differently between different window managers. If using dwm and the dock patch, then this will make svkbd being managed by dwm and some space of the screen being reserved for it.

% svkbd-en -g 400x200+1+1

This will start svkbd-en with a size of 400x200 and at the upper left window corner.

Repository

git clone http://git.suckless.org/svkbd