mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-08-28 14:52:12 +02:00
Update README for layout-specific config.h and deskintl layout set
This commit is to update the README.md for layout-specific config.h at the commit <49975e78ee437c6fb4a5f6ea3ccf8bc90dc65536>, and deskintl layout set the commit <90ac0454cda3e376147c49abbb6b2fa0022211f0>. Signed-off-by: Jun Aruga <jun.aruga@gmail.com>
This commit is contained in:
committed by
Maarten van Gompel
parent
915a881111
commit
cf60305a61
12
README.md
12
README.md
@@ -44,22 +44,20 @@ You'll need the following developer packages
|
||||
|
||||
You also need [scdoc](https://git.sr.ht/~sircmpwn/scdoc/) to generate the documentation.
|
||||
|
||||
Make any customizations you would like in `config.def.h` and run `make`
|
||||
|
||||
The default set of layouts is called `mobintl` *(mobile international)*, which groups various layouts aimed at mobile devices
|
||||
and also attempts to accommodate various international users. The resulting binary is called `wvkbd-mobintl`.
|
||||
and also attempts to accommodate various international users. Run `make`. The resulting binary is called `wvkbd-mobintl`.
|
||||
|
||||
The other set of layouts is called `deskintl` *(desktop international)*, which groups layouts aimed at desktop, laptop, and
|
||||
tablet devices with a larger touchscreen. The set is US-International English. Run `make LAYOUT=deskintl`. The resulting binary
|
||||
is called `wvkbd-deskintl`.
|
||||
|
||||
You can, however, define your own layouts by copying and modifying `layout.mobintl.h` and `keymap.mobintl.h`
|
||||
(replace `mobintl` for something like `yourlayout`), or `layout.deskintl.h` and `keymap.deskintl.h`. Then make your layout set
|
||||
using `make LAYOUT=yourlayout`, and the resulting binary will be `wvkbd-yourlayout`.
|
||||
You can, however, define your own layouts by copying and modifying `config.mobintl.h`, `layout.mobintl.h` and `keymap.mobintl.h`
|
||||
(replace `mobintl` for something like `yourlayout`), or `config.deskintl.h`, `layout.deskintl.h` and `keymap.deskintl.h`. Then
|
||||
make your layout set using `make LAYOUT=yourlayout`, and the resulting binary will be `wvkbd-yourlayout`.
|
||||
|
||||
## Usage
|
||||
|
||||
Run `wvkbd-mobintl` (or the binary for your custom layout set).
|
||||
Run `wvkbd-mobintl`, `wvkbd-deskintl` or the binary for your custom layout set.
|
||||
|
||||
You can switch between the layouts/layers of the keyboard by pressing the
|
||||
⌨ key (little keyboard) the bottom-left (press shift to iterate back instead of
|
||||
|
Reference in New Issue
Block a user