![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| EnterKeyPress(enter key press) |
| appearance as argument number 1 |
|
|
| (subclass EnterKeyPress SpecialCharacterPress) | ComputerInput.kif 1425-1425 | Enter key press is a subclass of special character press |
| (documentation EnterKeyPress EnglishLanguage "A EnterKeyPress is a UserDirectAction of hitting the Enter key on a keyboard.") | ComputerInput.kif 1427-1428 | Enter key press is a subclass of special character press |
| (udaCanSignify EnterKeyPress SubmitAction) | ComputerInput.kif 1856-1856 | Enter key press isgnifies submit action |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage EnterKeyPress "enter key press") | domainEnglishFormat.kif 64829-64829 |
| antecedent |
|
|
| (=> (instance ?ACT EnterKeyPress) (exists (?KEY) (and (instance ?KEY EnterKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1430-1435 | If X is an instance of enter key press, then there exists Y such that Y is an instance of enter key and Y is a patient of X |
| (=> (and (instance ?ACT EnterKeyPress) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY EnterKey)) |
ComputerInput.kif 1437-1442 | If X is an instance of enter key press, Y is a patient of X, and Y is an instance of computer keyboard key, then Y is an instance of enter key |