command/keyboard-layout: use flags.zig, cleanup
This commit is contained in:
@ -334,10 +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-layout* [-rules _rules_] [-model _model_] [-variant _variant_] \
|
||||
[-options _options_] _layout_
|
||||
Set the XKB layout for all keyboards. Defaults from libxkbcommon are used
|
||||
for everything left unspecified. See *xkeyboard-config*(7) for
|
||||
possible values and more information.
|
||||
|
||||
*keyboard-group-create* _group_name_
|
||||
Create a keyboard group. A keyboard group collects multiple keyboards in
|
||||
|
Reference in New Issue
Block a user