diff options
| author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2022-10-16 21:49:40 +0200 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-12-28 20:20:36 +0100 |
| commit | ad1dbb1180a4fc5f2b5000a440b4a6f2683b8e8f (patch) | |
| tree | 30c0f980104b5aeea94a4680249bf0bdaedde411 /doc/riverctl.1.scd | |
| parent | 2eb0a7a75cbab1b6ebc7ca24bac28144d1394047 (diff) | |
| download | river-ad1dbb1180a4fc5f2b5000a440b4a6f2683b8e8f.tar.gz river-ad1dbb1180a4fc5f2b5000a440b4a6f2683b8e8f.tar.xz | |
river: add keyboard-layout command
This allows switching river's keyboard layout at runtime.
Diffstat (limited to 'doc/riverctl.1.scd')
| -rw-r--r-- | doc/riverctl.1.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index aaddd9b..177cb32 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -334,6 +334,11 @@ A complete list may be found in _/usr/include/linux/input-event-codes.h_ *list-input-configs* List all input configurations. +*keyboard-layout* _layout_ [-variant _variant_] [-model _model_] [-options _options_] [-rules _rules_] + Set the XKB layout for all keyboards. All values other than the layout + name are optional. XKB will fill in unspecified values based on + heuristics and the environment. Duplicate flags are not allowed. + *keyboard-group-create* _group_name_ Create a keyboard group. A keyboard group collects multiple keyboards in a single logical keyboard. This means that all state, like the active |
