ShiftKeyHoldDown
|
|
appearance as argument number 1 |
(disjoint ShiftKeyHoldDown ControlKeyHoldDown) | ComputerInput.kif 1291-1291 | |
(documentation ShiftKeyHoldDown EnglishLanguage "A ShiftKeyHoldDown is a UserDirectAction of pressing and holding down the Shift key on a keyboard.") | ComputerInput.kif 1267-1269 | |
(subclass ShiftKeyHoldDown KeyHoldDown) | ComputerInput.kif 1265-1265 |
appearance as argument number 2 |
(disjoint AltKeyHoldDown ShiftKeyHoldDown) | ComputerInput.kif 1312-1312 | |
(disjoint FunctionKeyHoldDown ShiftKeyHoldDown) | ComputerInput.kif 1336-1336 | |
(termFormat EnglishLanguage ShiftKeyHoldDown "shift key hold down") | domainEnglishFormat.kif 65488-65488 |
antecedent |
(=> (and (instance ?ACT ShiftKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY ShiftKey)) |
ComputerInput.kif 1278-1283 | |
(=> (instance ?ACT ShiftKeyHoldDown) (exists (?KEY) (and (instance ?KEY ShiftKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1271-1276 |
consequent |
(=> (instance ?ACT ShiftClicking) (exists (?SHIFT) (and (subProcess ?SHIFT ?ACT) (instance ?SHIFT ShiftKeyHoldDown)))) |
ComputerInput.kif 1497-1502 |
statement |
(udaCanSignify (IntersectionFn ShiftKeyHoldDown SlidingComputerInputDeviceAction) DraggingWithCursor) |
ComputerInput.kif 1749-1750 | |
(udaCanSignify (UnionFn (PressingKeyFn TabKey) ShiftKeyHoldDown) SelectingActiveArea) |
ComputerInput.kif 2309-2310 |