Go to file
exkc_is_using_redmi_2 29675a08dd s 2023-05-05 06:43:02 +08:00
Screenshot changes layout 2021-02-23 14:26:32 +08:00
LICENSE uploading ... 2020-12-22 13:51:39 +08:00
Makefile reband 2021-04-18 06:12:44 +08:00
README.md reband 2021-04-18 05:16:38 +08:00
config.def.h uploading ... 2020-12-22 13:51:39 +08:00
config.h s 2023-05-05 06:43:02 +08:00
config.mk uploading ... 2020-12-22 13:51:39 +08:00
drw.c update 2021-01-30 02:56:03 +00:00
drw.h uploading ... 2020-12-22 13:51:39 +08:00
drw.o s 2023-05-05 06:43:02 +08:00
file.txt update 2021-02-09 14:00:39 +08:00
l update 2021-02-09 14:00:39 +08:00
layout.h changes layout 2021-02-23 14:26:32 +08:00
svkbd-arrows update 2021-01-31 11:59:14 +00:00
svkbd-exkc s 2023-05-05 06:43:02 +08:00
svkbd-exkc.1 reband 2021-04-18 06:12:44 +08:00
svkbd-exkc.c reband 2021-04-18 06:12:44 +08:00
svkbd-exkc.o s 2023-05-05 06:43:02 +08:00
util.c uploading ... 2020-12-22 13:51:39 +08:00
util.h uploading ... 2020-12-22 13:51:39 +08:00
util.o s 2023-05-05 06:43:02 +08:00

README.md

SVKBD: Simple Virtual Keyboard

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-intl, which is svkbd using an international layout with multiple layers and overlays, and optimised for mobile devices.

You can create svkbd for additional layouts by doing:

$ make LAYOUT=$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.

Layouts

The keyboard only has my special custom layout.

Here is what is the keyboard look like: keyone

You switch to different layouts by press '' key

Here is what is the secrord layouts look like:

keyone

Repository

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