xkb-switch - Man Page
xkb-switch
xkb-switch is a C++ program that allows to query and change the XKB layout state.
Syntax
xkb-switch [options]
Description
xkb-switch is a C++ program that allows to query and change the XKB layout state. Originally ruby-based code written by J. Bromley.
Options
- -s <layout>
Set current layout group to <layout>.
- -l, --list
Display all layout groups.
- -h, --help
Display a help message.
- -v, --version
Show version number.
- -w [-p], --wait [-p]
Wait for group change and exits. If -p is specified, print the new layout group.
- -W
Infinitely wait for group change.
- -n, --next
Switch to the next layout group.
- -p
Display current layout group.
Authors
J. Bromley, S. Mironov, Alexei Rad'kov
Referenced By
The man page xkb-switch.1.gzip(1) is an alias of xkb-switch(1).
1.3.1 J. Bromley, S. Mironov, Alexei Rad'kov