Home | History | Annotate | Download | only in xkb

Lines Matching defs:on

50          * this function returns the indicators on the default keyboard
86 *XkbApplyLEDChangeToKeyboard(xkbi,map,on,change)
92 * when the indicator described by 'map' is turned on or off. The
98 Bool on, XkbChangesPtr change)
112 if (on)
127 if (on)
156 if (on)
167 if (on)
194 Bool on;
197 on = FALSE;
210 on = ((map->mods.mask & mods) != 0);
211 on = on || ((mods == 0) && (map->mods.mask == 0) &&
223 on = on || (((map->groups & group) != 0) || (map->groups == 0));
226 on = on || (ctrls->enabled_ctrls & map->ctrls);
227 return on;
350 * on the keyboard specified by 'dev.' Attempts to change indicator
351 * state might be ignored or have no affect, depending on the XKB
409 * 'update' from the default keyboard feedback on the device
520 * 'kf' or 'lf' on the keyboard specified by 'dev.'
679 * on the device specified by 'dev.' If the class and id specify
841 * feedback specified by 'sli' on the device specified by 'dev.'
961 Bool on
963 if (XkbApplyLEDChangeToKeyboard(xkbi, map, on, changes))