| SingleKeyPress | backspace, shift |
| appearance as argument number 1 |
|
|
| (disjoint SingleKeyPress KeyHoldDown) | ComputerInput.kif 1356-1356 | SingleKeyPress is disjoint from KeyHoldDown |
| (documentation SingleKeyPress EnglishLanguage "A SingleKeyPress is a UserDirectAction of typing (breifly pressing down) a keyboard key.") | ComputerInput.kif 1354-1355 | SingleKeyPress is disjoint from KeyHoldDown |
| (subclass SingleKeyPress KeyboardAction) | ComputerInput.kif 1353-1353 | SingleKeyPress is a subclass of KeyboardAction |
| appearance as argument number 2 |
|
|
| (rangeSubclass PressingKeyFn SingleKeyPress) | ComputerInput.kif 1360-1360 | The values returned by PressingKeyFn are subclasses of SingleKeyPress |
| (subclass CharacterKeyPress SingleKeyPress) | ComputerInput.kif 1364-1364 | CharacterKeyPress is a subclass of SingleKeyPress |
| (subclass SpecialCharacterPress SingleKeyPress) | ComputerInput.kif 1384-1384 | SpecialCharacterPress is a subclass of SingleKeyPress |
| (termFormat EnglishLanguage SingleKeyPress "single key press") | domainEnglishFormat.kif 65488-65488 | SpecialCharacterPress is a subclass of SingleKeyPress |
| consequent |
|
|
| (=> (instance ?TYPING Typing) (exists (?KEYPRESS) (and (subProcess ?KEYPRESS ?TYPING) (instance ?KEYPRESS SingleKeyPress)))) |
ComputerInput.kif 1696-1701 |
|
|
|