[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: proposed alt/meta change to /etc/X11/symbols/us



On  6.X.2001 at 23:06 Branden Robinson wrote:
> 
> I'll see if I can figure out how to create an options file for it.  (A
> la /etc/X11/xkb/symbols/ctrl).

I haven't tested this as now I am not using X:

--------------------------------------------------------
partial modifier_keys
xkb_symbols "alt_meta" {
    key <LALT> {        [       Alt_L,  Meta_L          ]       };
    key <RALT> {        [       Alt_R,  Meta_R          ]       };

    modifier_map Mod1   { Alt_L, Alt_R, Meta_L, Meta_R };
}

partial modifier_keys
xkb_symbols "euro_alt_meta" {
    key <LALT> {        [       Alt_L,  Meta_L          ]       };
    key <RALT> {        [ Mode_switch,  Multi_key       ]       };

    modifier_map Mod1   { Alt_L, Meta_L };
}

partial modifier_keys
xkb_symbols "compose_alt_meta" {
    key <LALT> {        [       Alt_L,  Meta_L          ]       };
    key <RALT> {        [       Multi_key               ]       };

    modifier_map Mod1   { Alt_L, Meta_L };
}
--------------------------------------------------------

Anton Zinoviev, zinoviev@debian.org




Reply to: