SpecialCharacterPress(special character press) |
appearance as argument number 1 |
(documentation SpecialCharacterPress EnglishLanguage "A CharacterKeyPress is a SingleKeyPress of the enter, backspace, delete, escape, shift, control, function, function keys, home, page-up, and similar keys. Use CharacterKeyPress for white space keys and a keyboard key that signifies a single character (letters, numbers, punctuation, other symbols).") | ComputerInput.kif 1386-1391 | |
(subclass SpecialCharacterPress SingleKeyPress) | ComputerInput.kif 1384-1384 | Special character press is a subclass of single key press |
appearance as argument number 2 |
(disjoint CharacterKeyPress SpecialCharacterPress) | ComputerInput.kif 1393-1393 | Character key press is disjoint from special character press |
(subclass EnterKeyPress SpecialCharacterPress) | ComputerInput.kif 1409-1409 | Enter key press is a subclass of special character press |
(termFormat EnglishLanguage SpecialCharacterPress "special character press") | domainEnglishFormat.kif 65573-65573 | Enter key press is a subclass of special character press |
antecedent |
(=> (and (instance ?ACT SpecialCharacterPress) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY SpecialComputerKeyboardKey)) |
ComputerInput.kif 1402-1407 |
|
(=> (instance ?ACT SpecialCharacterPress) (exists (?KEY) (and (instance ?KEY SpecialComputerKeyboardKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1395-1400 |
|