Lines Matching defs:mods
161 else if (uStrCaseCmp(str, "mods") == 0)
781 {"mods", XkbSA_ISONoAffectMods},
811 unsigned mods;
815 if (CheckModifierField(xkb, action->type, value, &flags, &mods))
818 act->real_mods = act->mask = (mods & 0xff);
819 mods = (mods >> 8) & 0xffff;
820 XkbSetModActionVMods(act, mods);
1101 act->mods |= (t2 & 0xff);
1103 act->mods &= ~(t2 & 0xff);