ControlKeyHoldDown(control key hold down) |
appearance as argument number 1 |
(documentation ControlKeyHoldDown EnglishLanguage "A ControlKeyHoldDown is a UserDirectAction of pressing and holding down the Control key on a keyboard.") | ComputerInput.kif 1287-1289 | |
(subclass ControlKeyHoldDown KeyHoldDown) | ComputerInput.kif 1285-1285 | Control key hold down is a subclass of holding down a key |
appearance as argument number 2 |
(disjoint AltKeyHoldDown ControlKeyHoldDown) | ComputerInput.kif 1313-1313 | Alt key hold down is disjoint from control key hold down |
(disjoint FunctionKeyHoldDown ControlKeyHoldDown) | ComputerInput.kif 1337-1337 | Function key hold down is disjoint from control key hold down |
(disjoint ShiftKeyHoldDown ControlKeyHoldDown) | ComputerInput.kif 1291-1291 | Shift key hold down is disjoint from control key hold down |
(termFormat EnglishLanguage ControlKeyHoldDown "control key hold down") | domainEnglishFormat.kif 64701-64701 |
antecedent |
(=> (and (instance ?ACT ControlKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY ControlKey)) |
ComputerInput.kif 1299-1304 |
|
(=> (instance ?ACT ControlKeyHoldDown) (exists (?KEY) (and (instance ?KEY ControlKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1292-1297 |
|