svkbd-exkc/README.md

1.0 KiB

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