Edit

kc3-lang/libxkbcommon/changes/tools/669.feature.md

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-03-13 21:28:35
    Hash : 275ffa66
    Message : tools: Make --kccgst xkbcli-compile-keymap option public The new public option `--kccgst` enables to display the result of RMLVO resolution to KcCGST components. This option has the same function than `setxkbmap -print`. This is particularly useful for debugging issues with the rules. Before this commit it was a private API. This commit enables us to remove the *internal* version of `xkbcli-compile-keymap`.

  • changes/tools/669.feature.md
  • `xkbcli compile-keymap`: Added `--kccgst` option to display the result of
    <abbr title="Rules, Model, Layout, Variant, Options">RMLVO</abbr> names resolution to
    <abbr title="Keycodes, Compatibility, Geometry, Symbols, Types">KcCGST</abbr> components.
    
    This option has the same function than `setxkbmap -print`. This is particularly
    useful for debugging issues with the rules.