A simple on screen keyboard
Find a file
Miles Alan 5456248e36 Fix SIGTERM handler - flip terminate flag in sigterm handler & cleanup properly
Modify run function to use select() with a timeout since X events will be
blocked otherwise and terminate wouldn't apply for a while.
2020-05-02 19:26:56 -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 Fix SIGTERM handler - flip terminate flag in sigterm handler & cleanup properly 2020-05-02 19:26:56 -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