A simple on screen keyboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Miles Alan 6d765fe3d2 Clean up secondary layout positioning LRDU properly & blanking placeholders 4 years ago
LICENSE Maintainer changed. 13 years ago
Makefile allow make LAYOUT=... 10 years ago
README.md Suckless is now using git. Thanks architekt! 12 years ago
config.def.h Use 10x20 font 4 years ago
config.mk Adding Christoph Lohmanns patches again. Thx :D 13 years ago
layout.sxmo.h Clean up secondary layout positioning LRDU properly & blanking placeholders 4 years ago
svkbd.c Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel 4 years ago

README.md

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