MultikeyAction |
appearance as argument number 1 |
(documentation MultikeyAction EnglishLanguage "A MultikeyAction is a UserDirectAction of hitting or holding down more than one keyboard key at the same time. All but one of the multiple keys are normally the shift, control, alt, function, or similar keys.") | ComputerInput.kif 1239-1242 | |
(subclass MultikeyAction KeyboardAction) | ComputerInput.kif 1237-1237 | MultikeyAction e' uma sub-classe de KeyboardAction |
appearance as argument number 2 |
(termFormat EnglishLanguage MultikeyAction "multikey action") | domainEnglishFormat.kif 65210-65210 |
antecedent |
(=> (instance ?ACT MultikeyAction) (exists (?KEY1 ?KEY2) (and (patient ?ACT ?KEY1) (patient ?ACT ?KEY2) (not (equal ?KEY1 ?KEY2)) (instance ?KEY1 ComputerKeyboardKey) (instance ?KEY2 ComputerKeyboardKey)))) |
ComputerInput.kif 1244-1252 |