![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| MultikeyAction(multikey action) |
| appearance as argument number 1 |
|
|
| (subclass MultikeyAction KeyboardAction) | ComputerInput.kif 1253-1253 | Multikey action is a subclass of keyboard action |
| (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 1255-1258 | Multikey action is a subclass of keyboard action |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage MultikeyAction "multikey action") | domainEnglishFormat.kif 65211-65211 |
| 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 1260-1268 | If X is an instance of multikey action, then All of the following hold: (1) there exist Y (2) Z such that Y is a patient of X (3) Z is a patient of X (4) equal Y (5) Z (6) Y is an instance of computer keyboard key (7) Z is an instance of computer keyboard key |