A simple on screen keyboard
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Jonathan Hodgson 2a8d7b503f Adds numbers layout 3 роки тому
.gitignore Adds numbers layout 3 роки тому
LICENSE Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout 4 роки тому
Makefile Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout 4 роки тому
README.md Suckless is now using git. Thanks architekt! 12 роки тому
config.def.h Adds shift to second layer and changes shift icon 3 роки тому
config.mk Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout 4 роки тому
drw.c Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout 4 роки тому
drw.h Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout 4 роки тому
layout.colemak.h Merge branch 'master' of ssh://git.jonathanh.co.uk:2222/jab2870/SVKBD 3 роки тому
layout.numbers.h Adds numbers layout 3 роки тому
layout.sxmo.h Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout 4 роки тому
svkbd.c Fix SIGTERM functionality by making sure to sync before free in cleanup() 4 роки тому
util.c Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout 4 роки тому
util.h Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout 4 роки тому

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