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 Virtual keyboard have two Layouts which is my special custom layout. Repository ---------- git clone https://git.suckless.org/svkbd