![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SingleKeyPress(single key press) | backspace, shift |
| appearance as argument number 1 |
|
|
| (subclass SingleKeyPress KeyboardAction) | ComputerInput.kif 1369-1369 | Single key press is a subclass of keyboard action |
| (documentation SingleKeyPress EnglishLanguage "A SingleKeyPress is a UserDirectAction of typing (breifly pressing down) a keyboard key.") | ComputerInput.kif 1370-1371 | Single key press is a subclass of keyboard action |
| (disjoint SingleKeyPress KeyHoldDown) | ComputerInput.kif 1372-1372 | Single key press is disjoint from holding down a key |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (instance ?TYPING Typing) (exists (?KEYPRESS) (and (subProcess ?KEYPRESS ?TYPING) (instance ?KEYPRESS SingleKeyPress)))) |
ComputerInput.kif 1712-1717 | If X is an instance of typing, then there exists Y such that Y is a subprocess of X and Y is an instance of single key press |