![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
FunctionKeyHoldDown
|
|
|
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage FunctionKeyHoldDown "function key hold down") | domainEnglishFormat.kif 64903-64903 |
| antecedent |
|
|
| (=> (instance ?ACT FunctionKeyHoldDown) (exists (?KEY) (and (instance ?KEY FunctionKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1355-1360 | If X is an instance of function key hold down, then there exists Y such that Y is an instance of function key and Y is a patient of X |
| (=> (and (instance ?ACT FunctionKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY FunctionKey)) |
ComputerInput.kif 1362-1367 | If X is an instance of function key hold down, Y is a patient of X, and Y is an instance of computer keyboard key, then Y is an instance of function key |