svkbd-exkc/README.md

34 lines
765 B
Markdown
Raw Normal View History

2020-12-22 05:51:39 +00:00
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
---------
2021-02-23 05:39:28 +00:00
The Virtual keyboard have two Layouts which is my special custom layout.
2020-12-22 05:51:39 +00:00
Repository
----------
git clone https://git.suckless.org/svkbd