Searched refs:autoRepeat (Results 1 – 13 of 13) sorted by relevance
46 realRepeat = ctrl->autoRepeat; in XkbDDXKeybdCtrlProc()48 ctrl->autoRepeat = 0; in XkbDDXKeybdCtrlProc()51 ctrl->autoRepeat = realRepeat; in XkbDDXKeybdCtrlProc()
367 if (keybd->kbdfeed->ctrl.autoRepeat && in AccessXSlowKeyExpire()538 if ((keybd->kbdfeed->ctrl.autoRepeat) && in AccessXFilterPressEvent()
360 kbd->kbdfeed->ctrl.autoRepeat = TRUE; in XkbComputeControlsNotify()362 kbd->kbdfeed->ctrl.autoRepeat = FALSE; in XkbComputeControlsNotify()
631 if (dev->kbdfeed->ctrl.autoRepeat) in InitKeyboardDeviceStructInternal()
173 kctrl.autoRepeat = FALSE; in ChangeKbdFeedback()179 kctrl.autoRepeat = TRUE; in ChangeKbdFeedback()185 kctrl.autoRepeat = defaultKeyboardControl.autoRepeat; in ChangeKbdFeedback()
100 k2->global_auto_repeat = k->ctrl.autoRepeat; in CopySwapKbdFeedback()
124 if (!old || old->click != new->click || old->autoRepeat != new->autoRepeat) { in dmxCommonKbdSetCtrl()127 kc.auto_repeat_mode = new->autoRepeat; in dmxCommonKbdSetCtrl()633 priv->savedKctrl.autoRepeat = ks.global_auto_repeat; in dmxCommonSaveState()
353 if ((feed && !feed->ctrl.autoRepeat) in kbdUSBConvert()
92 values.auto_repeat_mode = ctrl->autoRepeat ? in xnestChangeKeyboardControl()
2099 ctrl.autoRepeat = FALSE; in DoChangeKeyboardControl()2105 ctrl.autoRepeat = TRUE; in DoChangeKeyboardControl()2111 ctrl.autoRepeat = defaultKeyboardControl.autoRepeat; in DoChangeKeyboardControl()2131 XkbSetRepeatKeys(keybd, key, keybd->kbdfeed->ctrl.autoRepeat); in DoChangeKeyboardControl()2201 .globalAutoRepeat = ctrl->autoRepeat, in ProcGetKeyboardControl()
1107 if (!pDev->kbdfeed->ctrl.autoRepeat || in GetKeyboardEvents()
663 defaultKeyboardControl.autoRepeat = TRUE; in ProcessCommandLine()907 defaultKeyboardControl.autoRepeat = TRUE; in ProcessCommandLine()909 defaultKeyboardControl.autoRepeat = FALSE; in ProcessCommandLine()
176 Bool autoRepeat; member