• Show log

    Commit

  • Hash : 3b5ada23
    Author : Ran Benita
    Date : 2012-09-30T10:33:59

    parser: remove XkbConfig rule
    
    This rule allows you to write file maps as:
        xkb_keycodes
        <BLA> = 5;
        [...]
    instead of the usual format which is:
        xkb_keycodes {
            <BLA> = 5;
            [...]
        };
    
    This is not documented, It is also not used in xkeyboard-config, and I
    have never run into it otherwise. It also only allows one map per file.
    
    It *might* be used in some obscure place, but probably nothing we should
    care about; the simplified grammar is more useful for us now.
    
    Signed-off-by: Ran Benita <ran234@gmail.com>
    

  • 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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags