Home
last modified time | relevance | path

Searched refs:kbEvent (Results 1 – 12 of 12) sorted by relevance

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation_spark/src/spark/automation/delegates/components/
H A DSparkComboBoxAutomationImpl.as163 var kbEvent:KeyboardEvent = KeyboardEvent(event);
164 var keyCode:int = kbEvent.keyCode;
177 ke.ctrlKey = kbEvent.ctrlKey;
178 ke.shiftKey = kbEvent.shiftKey;
179 ke.altKey = kbEvent.altKey;
186 ke.ctrlKey = kbEvent.ctrlKey;
187 ke.shiftKey = kbEvent.shiftKey;
188 ke.altKey = kbEvent.altKey;
/dports/net/freerdp/freerdp-2.5.0/server/Mac/
H A Dmf_input.c297 CGEventRef kbEvent; in mf_input_keyboard_event() local
355 kbEvent = CGEventCreateKeyboardEvent(source, kCode, keyDown); in mf_input_keyboard_event()
356 CGEventPost(kCGHIDEventTap, kbEvent); in mf_input_keyboard_event()
357 CFRelease(kbEvent); in mf_input_keyboard_event()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation/src/mx/automation/delegates/controls/
H A DColorPickerAutomationImpl.as168 var kbEvent:KeyboardEvent = new KeyboardEvent(KeyboardEvent.KEY_DOWN);
169 kbEvent.keyCode = (cbdEvent.type == DropdownEvent.OPEN
172 kbEvent.ctrlKey = true;
173 help.replayKeyboardEvent(uiComponent, kbEvent);
H A DPopUpButtonAutomationImpl.as134 var kbEvent:KeyboardEvent =
136 kbEvent.keyCode = event.type == DropdownEvent.OPEN ?
139 kbEvent.ctrlKey = true;
140 help.replayKeyboardEvent(uiComponent, kbEvent);
H A DComboBoxAutomationImpl.as176 var kbEvent:KeyboardEvent =
178 kbEvent.keyCode =
182 kbEvent.ctrlKey = true;
183 help.replayKeyboardEvent(uiComponent, kbEvent);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation_spark/src/spark/automation/delegates/components/mediaClasses/
H A DSparkVolumeBarAutomationImpl.as165 var kbEvent:KeyboardEvent =
167 kbEvent.keyCode =
171 kbEvent.ctrlKey = true;
172 help.replayKeyboardEvent(uiComponent, kbEvent);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/
H A DSparkDropDownListBaseAutomationImpl.as264 var kbEvent:KeyboardEvent =
266 kbEvent.keyCode =
270 kbEvent.ctrlKey = true;
271 help.replayKeyboardEvent(uiComponent, kbEvent);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation/src/mx/automation/delegates/
H A DTextFieldAutomationHelper.as399 var kbEvent:KeyboardEvent = KeyboardEvent(event);
400 var keyCode:int = kbEvent.keyCode;
473 ke.ctrlKey = kbEvent.ctrlKey;
474 ke.shiftKey = kbEvent.shiftKey;
475 ke.altKey = kbEvent.altKey;
482 ke.ctrlKey = kbEvent.ctrlKey;
483 ke.shiftKey = kbEvent.shiftKey;
484 ke.altKey = kbEvent.altKey;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation_spark/src/spark/automation/delegates/
H A DSparkRichEditableTextAutomationHelper.as468 var kbEvent:KeyboardEvent = KeyboardEvent(event);
469 var keyCode:int = kbEvent.keyCode;
527 ke.ctrlKey = kbEvent.ctrlKey;
528 ke.shiftKey = kbEvent.shiftKey;
529 ke.altKey = kbEvent.altKey;
536 ke.ctrlKey = kbEvent.ctrlKey;
537 ke.shiftKey = kbEvent.shiftKey;
538 ke.altKey = kbEvent.altKey;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/behaviors/completion/
H A Dcompletion.ts188 const kbEvent = event as KeyboardEvent; constant
197 switch (kbEvent.key) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/editor/
H A Deditor.ts929 const kbEvent = event as KeyboardEvent; constant
930 if (kbEvent.key === 'Tab' && this.context.ui.prefs.tabKeyMoveFocus()) {
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes131076 keyValue := kbEvent keyValue.
131077 ctrl := kbEvent controlKeyPressed.
131078 cmd := kbEvent commandKeyPressed.
131081 tab := kbEvent keyCharacter = Character tab.
131082 enter := kbEvent keyCharacter = Character cr.
131083 colon := kbEvent keyCharacter = $:.
268639 keyValue := kbEvent keyValue.
268640 ctrl := kbEvent controlKeyPressed.
268641 cmd := kbEvent commandKeyPressed.
268644 tab := kbEvent keyCharacter = Character tab.
[all …]