Current File : //proc/thread-self/root/usr/share/X11/xkb/compat/ledcompose
default partial xkb_compatibility "compose"  {

    virtual_modifiers   Compose;

    interpret Multi_key+Any {
	virtualModifier= Compose;
	action = LatchMods(modifiers=modMapMods);
    };

   indicator "Compose" {
	allowExplicit;
	whichModState= Latched;
	modifiers= Compose;
   };
};