![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
KeyboardAction
|
|
|
| appearance as argument number 1 |
|
|
| (subclass KeyboardAction UserDirectAction) | ComputerInput.kif 1240-1240 | Keyboard action is a subclass of user direct action |
| (documentation KeyboardAction EnglishLanguage "A KeyboardAction is a UserDirectAction of hitting or holding down one or more keyboard keys.") | ComputerInput.kif 1242-1244 | Keyboard action is a subclass of user direct action |
| (udaCanSignify KeyboardAction SelectingActiveArea) | ComputerInput.kif 2192-2192 | Keyboard action isgnifies selecting active area |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?ACT KeyboardAction) (exists (?KEY) (and (instance ?KEY ComputerKeyboardKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1246-1251 | If X is an instance of keyboard action, then there exists Y such that Y is an instance of computer keyboard key and Y is a patient of X |