Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 446 Bytes

xkbjson - JSON-friendly xkb utility

Part of Konekoe's ExamOS application bundle

Usage

To list (as JSON) all possible layouts and variants:

$ xkbjson -l 

To get the current layout (as JSON):

$ xkbjson -c

To set new xkb layout and variant (with no variant given, default is used):

$ xkbjson -s layout <layout> [variant <variant>]

or in GNU-style

$ xkbjson --set layout <layout> [variant <variant>]