We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuation of https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/793#note_2797505
Q: Any tool showing resulting symbols string, to debug rules?
A: There is unfortunately no public API for this. Either: use the --verbose options or compile libxkbcommon compile libxkbcommon locally, then use the internal tool build/compile-keymap --kccsgt --include … --layout … --variant ….
A: There is unfortunately no public API for this. Either:
build/compile-keymap --kccsgt --include … --layout … --variant …
So it's buried really deep for now, and is not documented. Even if someone is lucky enough to deduce it, he has to compose complex pipes currently:
$ xkbcli compile-keymap --verbose --test --model applealu_iso --layout us 2>&1 | grep KcCGST
Could we improve the situation e.g. by adding xkbcli compile-keymap --kccsgt option, or expanding existing --rmlvo option there?
xkbcli compile-keymap --kccsgt
--rmlvo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Continuation of https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/793#note_2797505
So it's buried really deep for now, and is not documented.
Even if someone is lucky enough to deduce it, he has to compose complex pipes currently:
Could we improve the situation e.g. by adding
xkbcli compile-keymap --kccsgt
option, or expanding existing--rmlvo
option there?The text was updated successfully, but these errors were encountered: