![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
UnmaximizingGraphicalWindow
|
|
|
| appearance as argument number 1 |
|
|
| (subclass EnterKey SpecialComputerKeyboardKey) | ComputerInput.kif 303-303 | Enter key is a subclass of special computer keyboard key |
| (documentation EnterKey EnglishLanguage "An EnterKey is a type of ComputerKeyboardKey on a ComputerKeyboard often labeled Enter or Return which sends a ^L (newline) and/ or ^M (return) to a computer to which it is attached.") | ComputerInput.kif 304-306 | Enter key is a subclass of special computer keyboard key |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (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 |
| statement |
|
|
| (udaCanSignify (PressingKeyFn EnterKey) SubmitAction) |
ComputerInput.kif 1852-1852 | Pressing the enter key key isgnifies submit action |