AltKeyHoldDown(alt key hold down) |
appearance as argument number 1 |
(disjoint AltKeyHoldDown ControlKeyHoldDown) | ComputerInput.kif 1313-1313 | Alt key hold down is disjoint from control key hold down |
(disjoint AltKeyHoldDown ShiftKeyHoldDown) | ComputerInput.kif 1312-1312 | Alt key hold down is disjoint from shift key hold down |
(documentation AltKeyHoldDown EnglishLanguage "A AltKeyHoldDown is a UserDirectAction of pressing and holding down the Alt key on a keyboard.") | ComputerInput.kif 1308-1310 | Alt key hold down is disjoint from shift key hold down |
(subclass AltKeyHoldDown KeyHoldDown) | ComputerInput.kif 1306-1306 | Alt key hold down is a subclass of holding down a key |
appearance as argument number 2 |
(disjoint FunctionKeyHoldDown AltKeyHoldDown) | ComputerInput.kif 1335-1335 | Function key hold down is disjoint from alt key hold down |
(termFormat EnglishLanguage AltKeyHoldDown "alt key hold down") | domainEnglishFormat.kif 64485-64485 | Function key hold down is disjoint from alt key hold down |
antecedent |
(=> (and (instance ?ACT AltKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY AltKey)) |
ComputerInput.kif 1322-1327 |
|
(=> (instance ?ACT AltKeyHoldDown) (exists (?KEY) (and (instance ?KEY AltKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1315-1320 |
|