• Show log

    Commit

  • Hash : 31a841ae
    Author : Pierre Le Marre
    Date : 2024-10-14T16:05:35

    state: support querying whether virtual modifiers are active
    
    Previously it was not possible to query the status of virtual modifiers
    with the following functions:
    - `xkb_state_mod_index_is_active`
    - `xkb_state_mod_indices_are_active`
    - `xkb_state_mod_name_is_active`
    - `xkb_state_mod_names_are_active`
    
    Note that it may *overmatch* if some modifier mappings overlap. For
    example, the default “us” PC layout maps both “Alt” and “Meta” to the
    real modifier “Mod1”; thus “Mod1”, “Alt” and “Meta” modifiers will
    return the same result with these functions.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description

    keymap handling library for toolkits and window systems

    Users
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags