table of contents
xkb-switch(1) | User Commands | xkb-switch(1) |
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
1.3.1 | J. Bromley, S. Mironov, Alexei Rad'kov |