minor documentation update - svkbd - simple virtual keyboard | |
git clone git://git.suckless.org/svkbd | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b5775349f6329c822b39ebf6d2b42e9715bf1430 | |
parent 2164466746ef9f02cb90944d20d32b9ffbd86366 | |
Author: Maarten van Gompel <[email protected]> | |
Date: Sun, 11 Jul 2021 17:53:46 +0200 | |
minor documentation update | |
Diffstat: | |
M README.md | 10 +++++++--- | |
1 file changed, 7 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -34,6 +34,7 @@ The following layouts are available: | |
* a cyrillic layer (ЙЦУКЕН based); the э key is moved to an ove… | |
* a dialer/numeric layer | |
* an arrow layer | |
+ * a more minimal qwerty layer (bigger keys) for smaller screens/larger… | |
* ``mobile-plain`` - This is a plain layout with only a qwerty layer and n… | |
originally made for [sxmo](https://sr.ht/~mil/Sxmo/). | |
* ``mobile-simple`` - This is a more minimalistic layout that is more simi… | |
@@ -60,15 +61,18 @@ some space of the screen being reserved for it. | |
$ svkbd-mobile-intl -g 400x200+1+1 | |
-This will start svkbd-intl with a size of 400x200 and at the upper left | |
+This will start svkbd-mobile-intl with a size of 400x200 and at the upper left | |
window corner. | |
For layouts that consist of multiple layers, you can enable layers on program … | |
through the ``SVKBD_LAYERS`` environment variable. They both take a comma sep… | |
-your ``layout.*.h``). Use the ``↺`` button in the bottom-left to cycle throu… | |
+your ``layout.*.h``). Use the ``↺`` button in the bottom-left to cycle throu… | |
+were specified. | |
Some layouts come with overlays that will show when certain keys are hold pres… | |
-example, a long press on the ``a`` key will enable an overview showing all kin… | |
+example, a long press on the ``a`` key will enable an overview showing all kin… | |
+the ``mobile-intl`` layout, a long press on a punctuation key will show an ove… | |
+(the same for all punctuation keys). | |
Overlay functionality interferes with the ability to hold a key and have it ou… | |
overlay functionality with the ``-O`` flag or by setting the environment varia… |